summaryrefslogtreecommitdiff
path: root/source4/cluster/ctdb/tests/run_tests.sh
blob: 356a9b21a045e3126dae93bc78f05d9cc3033aa8 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

tests/fetch.sh 4 || exit 1
tests/bench.sh 4 || exit 1
tests/ctdbd.sh || exit 1

echo "All OK"
exit 0