Skip to content

Commit

Permalink
reorder some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dibyendumajumdar committed Aug 6, 2015
1 parent ed1ac4b commit 2d04430
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions ravi-tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ then
exit 1
fi

$LUA ravi_tests1.ravi
if [ $? != 0 ]
then
echo "ravi_tests1 failed"
exit 1
fi

$LUA fornum_test1.lua
if [ $? != 0 ]
then
Expand All @@ -26,13 +19,6 @@ then
exit 1
fi

$LUA fornum_test3.lua
if [ $? != 0 ]
then
echo "fornum_test3 failed"
exit 1
fi

$LUA mandel1.ravi
if [ $? != 0 ]
then
Expand Down Expand Up @@ -61,6 +47,20 @@ then
exit 1
fi

$LUA ravi_tests1.ravi
if [ $? != 0 ]
then
echo "ravi_tests1 failed"
exit 1
fi

$LUA fornum_test3.lua
if [ $? != 0 ]
then
echo "fornum_test3 failed"
exit 1
fi

$LUA bitwise_tests.lua
if [ $? != 0 ]
then
Expand Down

0 comments on commit 2d04430

Please sign in to comment.