diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-05-10 08:13:19 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-05-10 08:13:19 +1000 |
commit | 682df74d59bf3f0c8606f21d9ca8b3795b2adc97 (patch) | |
tree | a44014f61df02dc8e32e220bae7d2f430f83a917 /ctdb/tests | |
parent | a8f83423f438aed2183b66dc46b33c082da3f159 (diff) | |
download | samba-682df74d59bf3f0c8606f21d9ca8b3795b2adc97.tar.gz samba-682df74d59bf3f0c8606f21d9ca8b3795b2adc97.tar.xz samba-682df74d59bf3f0c8606f21d9ca8b3795b2adc97.zip |
separate the wire format and internal format for the vnn_map
(This used to be ctdb commit 9a71718d87c5162f1423d85c2e86a01f6771925e)
Diffstat (limited to 'ctdb/tests')
-rwxr-xr-x | ctdb/tests/ctdbd.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/tests/ctdbd.sh b/ctdb/tests/ctdbd.sh index 1664a68d63..104bb71787 100755 --- a/ctdb/tests/ctdbd.sh +++ b/ctdb/tests/ctdbd.sh @@ -31,4 +31,6 @@ $VALGRIND bin/ctdb_control attach test2.tdb || exit 1 echo "Testing getdbmap" $VALGRIND bin/ctdb_control getdbmap 0 || exit 1 +echo "All done" + killall -q ctdbd |