mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-20 09:03:06 +00:00
9 lines
100 B
Bash
9 lines
100 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
bash << "EOF"
|
||
|
source ./run-basic-tests
|
||
|
if ! (( FAIL )); then
|
||
|
exit 1
|
||
|
fi
|
||
|
EOF
|