Skip to content

Commit 45b2258

Browse files
author
Dibyendu Majumdar
committed
issue #8 initial attempt to get the tests running
1 parent 0497c7b commit 45b2258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua5.1-tests/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ export LUA_INIT="package.path = '?;'..package.path"
44
luajit -joff all.lua
55
if [ $? != 0 ]
66
then
7-
echo "all.lua tests failed with JIT on"
7+
echo "all.lua tests failed with JIT off"
88
exit 1
99
fi
1010

1111

1212
luajit -jon all.lua
1313
if [ $? != 0 ]
1414
then
15-
echo "all.lua tests failed with JIT off"
15+
echo "all.lua tests failed with JIT on"
1616
exit 1
1717
fi
1818

0 commit comments

Comments
 (0)