tests: test_wrap can use $TEST_SCRIPTS_DIR for a little extra clarity
[vlendec/samba-autobuild/.git] / ctdb / tests / run_cluster_tests.sh
1 #!/bin/sh
2
3 if [ -n "$*" ]; then
4     tests/scripts/run_tests -s $* || exit 1
5 else
6     tests/scripts/run_tests -s tests/simple/*.sh tests/complex/*.sh || exit 1
7 fi
8
9 echo "All OK"
10 exit 0