]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
README: remove incorrect check -udf usage
authorDavid Disseldorp <ddiss@suse.de>
Mon, 26 Jun 2017 13:40:16 +0000 (15:40 +0200)
committerEryu Guan <eguan@redhat.com>
Tue, 27 Jun 2017 04:42:55 +0000 (12:42 +0800)
The -udf parameter for check does not exist. UDF can still be tested
via the configuration parameter FSTYP=udf.

Signed-off-by: David Disseldorp <ddiss@suse.de>
Reviewed-by: Eryu Guan <eguan@redhat.com>
Signed-off-by: Eryu Guan <eguan@redhat.com>
README

diff --git a/README b/README
index fd491e4a86b055085839f84ca99525c71f5ae0d1..11bf6a9436a655de70fa5031870e542ce930a3fb 100644 (file)
--- a/README
+++ b/README
@@ -120,12 +120,10 @@ Running tests:
     - Groups of tests maybe ran by: ./check -g [group(s)]
       See the 'group' file for details on groups
     - To randomize test order: ./check -r [test(s)]
-    - You can explicitly specify NFS/CIFS/UDF/OVERLAY, otherwise
+    - You can explicitly specify NFS/CIFS/OVERLAY, otherwise
       the filesystem type will be autodetected from $TEST_DEV:
         - for running nfs tests: ./check -nfs [test(s)]
         - for running cifs/smb3 tests: ./check -cifs [test(s)]
-        - for udf tests: ./check -udf [test(s)]
-          Running all the udf tests: ./check -udf -g udf
         - for overlay tests: ./check -overlay [test(s)]
           The TEST and SCRATCH partitions should be pre-formatted
           with another base fs, where the overlay dirs will be created