summaryrefslogtreecommitdiff
path: root/ctdb/tests/run_tests.sh
blob: 6a46248c08105f5779643f561466273361d34d57 (plain)
1
2
3
4
5
6
#!/bin/sh

tests/scripts/run_tests -s ${*:-tests/simple/*.sh} || exit 1

echo "All OK"
exit 0