reorder some tests

pull/81/head
dibyendumajumdar 9 years ago
parent ed1ac4b70c
commit 2d04430a55

@ -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
@ -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
@ -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

Loading…
Cancel
Save