diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 17:08:24 -0200 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2013-12-09 17:08:24 -0200 |
commit | 8bf1272bf6c273d2f732b0e1629ac8c9590741ea (patch) | |
tree | 83d7bb831ec20b69ea8787062cba07edbda66e29 /test | |
parent | a620ec6b9740a03598f58196c16afdcb332753f0 (diff) | |
download | luarocks-8bf1272bf6c273d2f732b0e1629ac8c9590741ea.tar.gz luarocks-8bf1272bf6c273d2f732b0e1629ac8c9590741ea.tar.bz2 luarocks-8bf1272bf6c273d2f732b0e1629ac8c9590741ea.zip |
I'm still trying, Travis! I'm still trying!
Diffstat (limited to 'test')
-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 |