summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/run_tests.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-28 18:18:33 +0200
committerAndrew Tridgell <tridge@samba.org>2007-04-28 18:18:33 +0200
commit6e09bfdaf947ca69ae0ed6194d7296c1d50d1799 (patch)
treead5b08d94ea5e02ce8dc0f1c70e598576674bd80 /ctdb/tests/run_tests.sh
parent1e538be42d5f7e9fb76fed55d6ad3a9f70b261a7 (diff)
downloadsamba-6e09bfdaf947ca69ae0ed6194d7296c1d50d1799.tar.gz
samba-6e09bfdaf947ca69ae0ed6194d7296c1d50d1799.tar.xz
samba-6e09bfdaf947ca69ae0ed6194d7296c1d50d1799.zip
much simpler redirect logic
(This used to be ctdb commit 95db9afa7dd039e1700e2f3078782f6ac66e9f51)
Diffstat (limited to 'ctdb/tests/run_tests.sh')
-rwxr-xr-xctdb/tests/run_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/tests/run_tests.sh b/ctdb/tests/run_tests.sh
index 983afa0adb..e628bad800 100755
--- a/ctdb/tests/run_tests.sh
+++ b/ctdb/tests/run_tests.sh
@@ -1,7 +1,7 @@
#!/bin/sh
-tests/fetch.sh || exit 1
-tests/bench.sh || exit 1
+tests/fetch.sh 4 || exit 1
+tests/bench.sh 4 || exit 1
tests/test.sh || exit 1
echo "All OK"