summaryrefslogtreecommitdiff
path: root/ctdb
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2019-05-01 15:10:28 +1000
committerKarolin Seeger <kseeger@samba.org>2019-05-17 07:18:30 +0000
commit15e5d62b3d94a0eef0a91ade9f7fb05e3e692b33 (patch)
treed9316d549d1ced7f0d1ed61e5869e9e97beee2e4 /ctdb
parent814471f46e83f826aece75aecdba6ca01f137409 (diff)
downloadsamba-15e5d62b3d94a0eef0a91ade9f7fb05e3e692b33.tar.gz
ctdb-tests: Fix usage message
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> (cherry picked from commit a2ab6485e027ebb13871c7d83b7626ac5c9b98c0)
Diffstat (limited to 'ctdb')
-rwxr-xr-xctdb/tests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh
index 8eead527b33..3c7e794d251 100755
--- a/ctdb/tests/run_tests.sh
+++ b/ctdb/tests/run_tests.sh
@@ -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