Skip to content

Commit

Permalink
issue #8 initial attempt to get the tests running
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Oct 8, 2016
1 parent 0497c7b commit 45b2258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua5.1-tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ export LUA_INIT="package.path = '?;'..package.path"
luajit -joff all.lua
if [ $? != 0 ]
then
echo "all.lua tests failed with JIT on"
echo "all.lua tests failed with JIT off"
exit 1
fi


luajit -jon all.lua
if [ $? != 0 ]
then
echo "all.lua tests failed with JIT off"
echo "all.lua tests failed with JIT on"
exit 1
fi

0 comments on commit 45b2258

Please sign in to comment.