merge with tridges tree to resolve all conflicts
[samba.git] / ctdb / tests / run_tests.sh
1 #!/bin/sh
2
3 tests/fetch.sh 4 || exit 1
4 tests/bench.sh 4 || exit 1
5 tests/test.sh || exit 1
6 tests/ctdbd.sh || exit 1
7
8 echo "All OK"
9 exit 0