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

tests/scripts/run_tests -s tests/simple/*.sh || exit 1

echo "All OK"
exit 0