mirror of
https://github.com/tests-always-included/mo.git
synced 2024-12-19 00:37:51 +00:00
10 lines
156 B
Bash
10 lines
156 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
source ./mo
|
||
|
cat <(moDeclare) - << "EOF" | env --ignore-environment bash
|
||
|
source ./run-basic-tests
|
||
|
if (( FAIL )); then
|
||
|
exit 1
|
||
|
fi
|
||
|
EOF
|