mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
68963d865a
(This used to be ctdb commit f95f7e4c93dea482e6cf0614b5415229a7c9f3fb)
9 lines
112 B
Bash
Executable File
9 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
|
|
tests/fetch.sh 4 || exit 1
|
|
tests/bench.sh 4 || exit 1
|
|
tests/ctdbd.sh || exit 1
|
|
|
|
echo "All OK"
|
|
exit 0
|