]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-tests: Fix usage message
authorMartin Schwenke <martin@meltin.net>
Wed, 1 May 2019 05:10:28 +0000 (15:10 +1000)
committerAmitay Isaacs <amitay@samba.org>
Tue, 7 May 2019 05:45:35 +0000 (05:45 +0000)
Since commit 0e9ead8f28fced3ebfa888786a1dc5bb59e734a3 daemons have
been shut down after each test, so this option no longer has anything
to do with killing daemons.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=13924

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/tests/run_tests.sh

index f5be01a8d6673ccfc4635849e8b73f64bde4ccb0..a9c684648838dd0e7b53577799a01c839c2cb894 100755 (executable)
@@ -7,7 +7,7 @@ Usage: $0 [OPTIONS] [TESTS]
 Options:
   -A           Use "cat -A" to print test output (only some tests)
   -c           Run integration tests on a cluster
-  -C           Clean up - kill daemons and remove TEST_VAR_DIR when done
+  -C           Remove TEST_VAR_DIR when done
   -d           Print descriptions of tests instead of filenames (dodgy!)
   -D           Show diff between failed/expected test output (some tests only)
   -e           Exit on the first test failure