diff options
author | Hisham <hisham@gobolinux.org> | 2016-10-18 18:16:38 -0400 |
---|---|---|
committer | Hisham <hisham@gobolinux.org> | 2016-10-18 18:16:38 -0400 |
commit | c5376c9bd5e9a0a87557494c9e737f80357fef82 (patch) | |
tree | 9ba67fad901f440b1e504a07bda6940fb8a342b7 /test | |
parent | 6f928845e8d167cf4caf4828a79069d9b71cffd8 (diff) | |
parent | f83a936687d33b9b5ec9211d8b5534650b471385 (diff) | |
download | luarocks-c5376c9bd5e9a0a87557494c9e737f80357fef82.tar.gz luarocks-c5376c9bd5e9a0a87557494c9e737f80357fef82.tar.bz2 luarocks-c5376c9bd5e9a0a87557494c9e737f80357fef82.zip |
Merge branch 'master' into luarocks-3
Diffstat (limited to 'test')
-rw-r--r-- | test/test_environment.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_environment.lua b/test/test_environment.lua index f04c22b8..f813707a 100644 --- a/test/test_environment.lua +++ b/test/test_environment.lua | |||
@@ -514,6 +514,7 @@ function test_env.setup_specs(extra_rocks) | |||
514 | package.path = test_env.env_variables.LUA_PATH | 514 | package.path = test_env.env_variables.LUA_PATH |
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.md5sums = create_md5sums(test_env.testing_paths) | 518 | test_env.md5sums = create_md5sums(test_env.testing_paths) |
518 | test_env.setup_done = true | 519 | test_env.setup_done = true |
519 | title("RUNNING TESTS") | 520 | title("RUNNING TESTS") |