mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
76381c4493
(This used to be ctdb commit b69fb43643993ee5aaabf8711bb874f95d468f35)
9 lines
107 B
Bash
Executable File
9 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tests/fetch.sh || exit 1
|
|
tests/bench.sh || exit 1
|
|
tests/test.sh || exit 1
|
|
|
|
echo "All OK"
|
|
exit 0
|