Skip to content

Commit

Permalink
issue #8 add strings.lua and literals.lua to the execution
Browse files Browse the repository at this point in the history
  • Loading branch information
Dibyendu Majumdar committed Oct 11, 2016
1 parent 2faff35 commit ad494d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua-5.2.2-tests/run.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
export LUA_PATH="?;./?.lua"
export LUA_INIT="package.path = '?;'..package.path"

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


luajit -jon all.lua
luajit -jon -e"_port=1" all.lua
if [ $? != 0 ]
then
echo "all.lua tests failed with JIT on"
Expand Down

0 comments on commit ad494d6

Please sign in to comment.