Add lots of utilties, initial builtins
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
#!/bin/bash
|
||||
TESTS=@tests@
|
||||
TESTS="@tests@"
|
||||
for test in $TESTS; do
|
||||
echo ===========================
|
||||
echo Test: $test
|
||||
$test
|
||||
ret=$?
|
||||
if [ $? -ne 0 ] ; then
|
||||
exit $ret
|
||||
fi
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user