summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/scripts
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2013-05-08 16:25:30 +1000
committerAmitay Isaacs <amitay@gmail.com>2013-05-24 09:06:40 +1000
commite6673f2c46d9e5261c6a092ef55e685d6509c940 (patch)
tree05604eb8358f2c4dbf946203ed14ba8c21dd48da /ctdb/tests/scripts
parentc8d577eb804ff35cc01a7230237c7215d17616a2 (diff)
downloadsamba-e6673f2c46d9e5261c6a092ef55e685d6509c940.tar.gz
samba-e6673f2c46d9e5261c6a092ef55e685d6509c940.tar.xz
samba-e6673f2c46d9e5261c6a092ef55e685d6509c940.zip
tests: Fix output of run_tests usage
(This used to be ctdb commit 29911fa44a480c17c701528ef46919b2a962a366)
Diffstat (limited to 'ctdb/tests/scripts')
-rwxr-xr-xctdb/tests/scripts/run_tests4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/tests/scripts/run_tests b/ctdb/tests/scripts/run_tests
index 50a578b26c..35db196361 100755
--- a/ctdb/tests/scripts/run_tests
+++ b/ctdb/tests/scripts/run_tests
@@ -8,8 +8,8 @@ Options:
-s Print a summary of tests results after running all tests
-l Use local daemons for integration tests
-e Exit on the first test failure
- -V <dir> Use <dir> as $TEST_VAR_DIR
- -C Clean up - kill daemons and remove $TEST_VAR_DIR when done
+ -V <dir> Use <dir> as TEST_VAR_DIR
+ -C Clean up - kill daemons and remove TEST_VAR_DIR when done
-v Verbose - print test output for non-failures (only some tests)
-A Use "cat -A" to print test output (only some tests)
-D Show diff between failed/expected test output (some tests only)