summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/run_tests.sh
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-30 15:54:06 +0200
committerAndrew Tridgell <tridge@samba.org>2007-04-30 15:54:06 +0200
commitbbf358cfcfac9025343ad415d0246ea90bf54a49 (patch)
treeec724d258fe10a3fd4f57f73cef13475f802439d /ctdb/tests/run_tests.sh
parent9366120d9229f5bbc70388beb1133d81f9077fff (diff)
downloadsamba-bbf358cfcfac9025343ad415d0246ea90bf54a49.tar.gz
samba-bbf358cfcfac9025343ad415d0246ea90bf54a49.tar.xz
samba-bbf358cfcfac9025343ad415d0246ea90bf54a49.zip
added attach command in ctdb_control
(This used to be ctdb commit 172ee33306be2ef5ce17a5b9d7fbcc1f265a1b0b)
Diffstat (limited to 'ctdb/tests/run_tests.sh')
-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 3125ce8d94..aab6cdacfa 100755
--- a/ctdb/tests/run_tests.sh
+++ b/ctdb/tests/run_tests.sh
@@ -3,7 +3,7 @@
tests/fetch.sh 4 || exit 1
tests/bench.sh 4 || exit 1
tests/test.sh || exit 1
-direct/ctdbd.sh || exit 1
+tests/ctdbd.sh || exit 1
echo "All OK"
exit 0