summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/onnode
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2012-04-20 16:37:09 +1000
committerMartin Schwenke <martin@meltin.net>2012-04-27 15:40:43 +1000
commit6764b7b33e0a8f61b51bb4c666205147744917c7 (patch)
tree732206c6a0bddcfce6393766e85c5fa3e1019895 /ctdb/tests/onnode
parent466ff20156bf220b6d67ac18898082635513d658 (diff)
downloadsamba-6764b7b33e0a8f61b51bb4c666205147744917c7.tar.gz
samba-6764b7b33e0a8f61b51bb4c666205147744917c7.tar.xz
samba-6764b7b33e0a8f61b51bb4c666205147744917c7.zip
tests: Update README files and add new README files where missing
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit bef03b32f8ec114a64c55b25951aeeb939d87b33)
Diffstat (limited to 'ctdb/tests/onnode')
-rw-r--r--ctdb/tests/onnode/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/ctdb/tests/onnode/README b/ctdb/tests/onnode/README
index 58943d3845..162faae021 100644
--- a/ctdb/tests/onnode/README
+++ b/ctdb/tests/onnode/README
@@ -3,31 +3,31 @@ onnode unit tests
Examples:
-* ./run_tests.sh
+* ../run_tests.sh .
Run all tests, displaying output.
-* ./run_tests.sh -s
+* ../run_tests.sh -s .
Run all tests, displaying output and a summary.
-* ./run_tests.sh -sq
+* ../run_tests.sh -sq .
Run all tests, displaying only a summary.
-* ONNODE=onnode-buggy-001 ./run_tests.sh -s
+* ONNODE=onnode-buggy-001 ../run_tests.sh -s .
Run against stubs/onnode-buggy-001 instead of default onnode version.
Add more buggy versions of onnode to this directory as bugs are
fixed to enable test validation using this feature.
-* ./run_tests.sh ./009*.sh
+* ../run_tests.sh ./009*.sh
Run only the specified tests.
-* ONNODE="bash -x stubs/onnode-buggy-001" ./run_tests.sh ./0090.sh
- ONNODE="bash -x ../../tools/onnode" ./run_tests.sh ./0090.sh
+* ONNODE="bash -x stubs/onnode-buggy-001" ../run_tests.sh ./0090.sh
+ ONNODE="bash -x ../../tools/onnode" ../run_tests.sh ./0090.sh
Debug the specified test or test failure. The test will fail
because the bash trace output will be included in the test output.