From 03757c8042d12effb32a9a05acda04b2fccc086c Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 29 Sep 2017 19:05:20 -0300 Subject: Changes to the output of the test suite --- test/test_environment.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_environment.lua b/test/test_environment.lua index 6b160140..6338da0a 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) local final_command = "" if print_command then - print("\n[EXECUTING]: " .. command) + print("[EXECUTING]: " .. command) end if env_variables then @@ -448,7 +448,6 @@ local function reset_environment(testing_paths, md5sums) test_env.remove_dir(testing_paths.testing_sys_tree) test_env.copy_dir(testing_paths.testing_sys_tree_copy, testing_paths.testing_sys_tree) end - print("\n[ENVIRONMENT RESET]") end local function create_paths(luaversion_full) -- cgit v1.2.3-55-g6feb