README: add check -cifs usage note pavel_cifs
authorDavid Disseldorp <ddiss@suse.de>
Tue, 19 Aug 2014 12:38:33 +0000 (14:38 +0200)
committerDavid Disseldorp <ddiss@suse.de>
Tue, 19 Aug 2014 12:49:47 +0000 (14:49 +0200)
Signed-off-by: David Disseldorp <ddiss@suse.de>
README

diff --git a/README b/README
index b299c8fc783d5996ddff8b8bb76e84f1b405da91..51d0a03839cc4a4e307875ea59adabcfd4cd6558 100644 (file)
--- a/README
+++ b/README
@@ -91,14 +91,15 @@ Running tests:
     - By default the tests suite will run xfs tests:
     - ./check '*/001' '*/002' '*/003'
     - ./check '*/06?'
-    - You can explicitly specify NFS, otherwise the filesystem type will be
-      autodetected from $TEST_DEV:
+    - You can explicitly specify NFS or CIFS, otherwise the filesystem type will
+      be autodetected from $TEST_DEV:
       ./check -nfs [test(s)]
     - Groups of tests maybe ran by: ./check -g [group(s)]
       See the 'group' file for details on groups
     - for udf tests: ./check -udf [test(s)]
       Running all the udf tests: ./check -udf -g udf
     - for running nfs tests: ./check -nfs [test(s)]
+    - for running cifs tests: ./check -cifs [test(s)]
     - To randomize test order: ./check -r [test(s)]