Commit dc479a87 by Eddie Hung

Check exit code of run-test

parent 3f4c2bbe
...@@ -39,6 +39,9 @@ else ...@@ -39,6 +39,9 @@ else
if [ -f ../run-test.sh ]; then if [ -f ../run-test.sh ]; then
../run-test.sh ../run-test.sh
if [ $? != 0 ] ; then
echo FAIL > ${1}_${2}.status
fi
touch .stamp touch .stamp
exit 0 exit 0
else else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment