From 627b4e0adce37cf2c3fa912f9a9470617c90b28c Mon Sep 17 00:00:00 2001 From: Michael Scherle Date: Wed, 13 Jul 2022 13:58:33 +0200 Subject: fixed error in readme --- src/cowtest/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/cowtest/readme.md b/src/cowtest/readme.md index b87ef76..29a65d9 100644 --- a/src/cowtest/readme.md +++ b/src/cowtest/readme.md @@ -19,7 +19,7 @@ This test suit is for verifying that the fuse cow implementation works correctly - `-t ` runs the tests on the image at the given past. - `-v ` verifies that previous tests on the image were successful (also reads the image completely). - `-r ` random writes and changes size of two images. After a key press both images are compared for equalness. - +- `-x ` Checks both images are compared for equalness. ### Example usage for standard test 1. Generate the test image with `-c ` and copy it to the image location of the dnbd3 server. Also make sure that the cow servers `OriginalImageDirectory` points to the same Directory or copied in that Directory too. This step is only needed once for setting up. @@ -39,7 +39,7 @@ This test suit is for verifying that the fuse cow implementation works correctly 5. Run the test with `-t `, where the `` points to the mounted image and `` points to the copied image on the disk. 6. After some time press enter and both images will be compared for equalness. 7. Unmount the image and merge. -8. Run `-r ` where the `` points to the merged image and `` points to the copied image on the disk. This will verify that the merged image is equal to the image on the disk. +8. Run `-x ` where the `` points to the merged image and `` points to the copied image on the disk. This will verify that the merged image is equal to the image on the disk. -- cgit v1.2.3-55-g7522