Commit 95eb65df authored by ioedeveloper's avatar ioedeveloper

Use exit code as integer

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