diff options
Diffstat (limited to 'test/test_environment.lua')
-rw-r--r-- | test/test_environment.lua | 3 |
1 files changed, 1 insertions, 2 deletions
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]") | ||
452 | end | 451 | end |
453 | 452 | ||
454 | local function create_paths(luaversion_full) | 453 | local function create_paths(luaversion_full) |