aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2017-09-29 19:05:20 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-03-12 21:03:50 -0300
commitdb78c190806b742b6380b340432600f010cde7ae (patch)
treecc23d105886e89f37d5053792fe54ef78ffb091d
parentdb49037aff80f7bc4cec25fdecd642c49ff63252 (diff)
downloadluarocks-db78c190806b742b6380b340432600f010cde7ae.tar.gz
luarocks-db78c190806b742b6380b340432600f010cde7ae.tar.bz2
luarocks-db78c190806b742b6380b340432600f010cde7ae.zip
Changes to the output of the test suite
-rw-r--r--.travis.yml4
-rw-r--r--test/test_environment.lua3
2 files changed, 3 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 11ea9ef1..5ee0b740 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -51,8 +51,8 @@ install:
51 - luarocks install luacov-coveralls 51 - luarocks install luacov-coveralls
52 52
53script: 53script:
54 - busted -Xhelper travis --verbose 54 - busted -o gtest --verbose -Xhelper travis
55 - busted -Xhelper travis,env=full --verbose 55 - busted -o gtest --verbose -Xhelper travis,env=full
56 56
57after_success: 57after_success:
58 - luacov -c $TRAVIS_BUILD_DIR/test/luacov.config 58 - luacov -c $TRAVIS_BUILD_DIR/test/luacov.config
diff --git a/test/test_environment.lua b/test/test_environment.lua
index bc1e5277..52739972 100644
--- a/test/test_environment.lua
+++ b/test/test_environment.lua
@@ -94,7 +94,7 @@ function test_env.execute_helper(command, print_command, env_variables)
94 local final_command = "" 94 local final_command = ""
95 95
96 if print_command then 96 if print_command then
97 print("\n[EXECUTING]: " .. command) 97 print("[EXECUTING]: " .. command)
98 end 98 end
99 99
100 if env_variables then 100 if env_variables then
@@ -448,7 +448,6 @@ local function reset_environment(testing_paths, md5sums)
448 test_env.remove_dir(testing_paths.testing_sys_tree) 448 test_env.remove_dir(testing_paths.testing_sys_tree)
449 test_env.copy_dir(testing_paths.testing_sys_tree_copy, testing_paths.testing_sys_tree) 449 test_env.copy_dir(testing_paths.testing_sys_tree_copy, testing_paths.testing_sys_tree)
450 end 450 end
451 print("\n[ENVIRONMENT RESET]")
452end 451end
453 452
454local function create_paths(luaversion_full) 453local function create_paths(luaversion_full)