1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/ctdb/tests/run_tests.sh

9 lines
107 B
Bash
Raw Normal View History

#!/bin/sh
tests/fetch.sh || exit 1
tests/bench.sh || exit 1
tests/test.sh || exit 1
echo "All OK"
exit 0