Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/dibyendumajumdar/ravi
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Aug 9, 2015
2 parents 5b2c897 + 6811aff commit 37f9246
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 14 deletions.
4 changes: 4 additions & 0 deletions lua-5.3.0-tests/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,7 @@ then
echo "all.lua part compiled failed"
exit 1
fi

cd ../ravi-tests
. ./run_tests.sh "$LUA"
cd -
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 37f9246

Please sign in to comment.