Commit 95eb65df authored by ioedeveloper's avatar ioedeveloper

Use exit code as integer

parent 2514d8d2
......@@ -16,8 +16,8 @@ fi
eval $TEST_SCRIPT;
echo "$TEST_EXITCODE"
if [ "$TEST_EXITCODE" -eq 1 ]
echo $TEST_EXITCODE
if [ $TEST_EXITCODE -eq 1 ]
then
exit 1
fi
\ No newline at end of file
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