mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
9 lines
107 B
Bash
9 lines
107 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
tests/fetch.sh || exit 1
|
||
|
tests/bench.sh || exit 1
|
||
|
tests/test.sh || exit 1
|
||
|
|
||
|
echo "All OK"
|
||
|
exit 0
|