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