From: Martin Schwenke Date: Wed, 1 May 2019 05:10:28 +0000 (+1000) Subject: ctdb-tests: Fix usage message X-Git-Tag: tdb-1.4.1~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a2ab6485e027ebb13871c7d83b7626ac5c9b98c0;p=thirdparty%2Fsamba.git 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 Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh index f5be01a8d66..a9c68464883 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