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