diff options
| -rwxr-xr-x | test/testing.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/testing.sh b/test/testing.sh index 542f8b13..bb142b0f 100755 --- a/test/testing.sh +++ b/test/testing.sh | |||
| @@ -118,10 +118,11 @@ then | |||
| 118 | fi | 118 | fi |
| 119 | popd | 119 | popd |
| 120 | luadir=/tmp/lua | 120 | luadir=/tmp/lua |
| 121 | platform="linux-x86_64" | ||
| 121 | else | 122 | else |
| 122 | luadir="/Programs/Lua/Current" | 123 | luadir="/Programs/Lua/Current" |
| 124 | platform="linux-x86" | ||
| 123 | fi | 125 | fi |
| 124 | platform="linux-x86" | ||
| 125 | lua="$luadir/bin/lua" | 126 | lua="$luadir/bin/lua" |
| 126 | 127 | ||
| 127 | version_luasocket=3.0rc1 | 128 | version_luasocket=3.0rc1 |
