aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-08-22 17:24:22 -0300
committerHisham <hisham@gobolinux.org>2016-08-22 17:24:22 -0300
commitec177a4227d14ad28556baa5132376337feea7fb (patch)
tree508d4501229e58d709d2c875e1f578c675f7fd26 /test
parent523af94efbedba37bf62279b88e1334fb64c4924 (diff)
downloadluarocks-ec177a4227d14ad28556baa5132376337feea7fb.tar.gz
luarocks-ec177a4227d14ad28556baa5132376337feea7fb.tar.bz2
luarocks-ec177a4227d14ad28556baa5132376337feea7fb.zip
Build Lua using the same compiler as the one we're testing
Diffstat (limited to 'test')
-rw-r--r--test/test_environment.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_environment.lua b/test/test_environment.lua
index f7cdcaa1..764cd65f 100644
--- a/test/test_environment.lua
+++ b/test/test_environment.lua
@@ -173,7 +173,7 @@ function test_env.set_args()
173 test_env.TEST_TARGET_OS = argument:match("^os=(.*)$") 173 test_env.TEST_TARGET_OS = argument:match("^os=(.*)$")
174 elseif argument == "mingw" then 174 elseif argument == "mingw" then
175 test_env.MINGW = true 175 test_env.MINGW = true
176 elseif argument == "msvc" then 176 elseif argument == "vs" then
177 test_env.MINGW = false 177 test_env.MINGW = false
178 else 178 else
179 help() 179 help()