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

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

echo "All OK"
exit 0