aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHisham <hisham@gobolinux.org>2016-10-20 03:04:19 -0400
committerHisham <hisham@gobolinux.org>2016-10-20 03:04:19 -0400
commit2ced4474d635c11e687ad5b4b5357737503c0b38 (patch)
tree70e32f174247a73d96fb574b0d65e094165954d2 /test
parentc5f11204bf774c845fd3b6205e736fcbeaf680c9 (diff)
parent02dc970620ea88d63093a3f848eac69bb9e3e460 (diff)
downloadluarocks-2ced4474d635c11e687ad5b4b5357737503c0b38.tar.gz
luarocks-2ced4474d635c11e687ad5b4b5357737503c0b38.tar.bz2
luarocks-2ced4474d635c11e687ad5b4b5357737503c0b38.zip
Merge branch 'master' into luarocks-3
Diffstat (limited to 'test')
-rw-r--r--test/test_environment.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_environment.lua b/test/test_environment.lua
index 93f10b83..76dee718 100644
--- a/test/test_environment.lua
+++ b/test/test_environment.lua
@@ -515,6 +515,7 @@ function test_env.setup_specs(extra_rocks)
515 515
516 test_env.platform = execute_output(test_env.testing_paths.lua .. " -e \"print(require('luarocks.core.cfg').arch)\"", false, test_env.env_variables) 516 test_env.platform = execute_output(test_env.testing_paths.lua .. " -e \"print(require('luarocks.core.cfg').arch)\"", false, test_env.env_variables)
517 test_env.lib_extension = execute_output(test_env.testing_paths.lua .. " -e \"print(require('luarocks.core.cfg').lib_extension)\"", false, test_env.env_variables) 517 test_env.lib_extension = execute_output(test_env.testing_paths.lua .. " -e \"print(require('luarocks.core.cfg').lib_extension)\"", false, test_env.env_variables)
518 test_env.wrapper_extension = test_env.TEST_TARGET_OS == "windows" and ".bat" or ""
518 test_env.md5sums = create_md5sums(test_env.testing_paths) 519 test_env.md5sums = create_md5sums(test_env.testing_paths)
519 test_env.setup_done = true 520 test_env.setup_done = true
520 title("RUNNING TESTS") 521 title("RUNNING TESTS")