- make specification of a recovery lock file compulsory
[samba.git] / ctdb / tests / test1.sh
1 #!/bin/sh
2
3 echo "Testing daemon mode"
4 bin/ctdb_test --nlist tests/1node.txt
5 wait
6
7 echo "Testing self connect"
8 bin/ctdb_test --nlist tests/1node.txt --self-connect
9 wait