aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/util/test_env.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/util/test_env.lua b/spec/util/test_env.lua
index 94008913..0ddcfe43 100644
--- a/spec/util/test_env.lua
+++ b/spec/util/test_env.lua
@@ -155,7 +155,7 @@ local function execute_bool(command, print_command, env_variables)
155 end 155 end
156 local ok = test_env.execute(command .. redirect) 156 local ok = test_env.execute(command .. redirect)
157 if redirect ~= "" then 157 if redirect ~= "" then
158 if not ok then 158 if not ok or test_env.VERBOSE then
159 local fd = io.open(redirect_filename, "r") 159 local fd = io.open(redirect_filename, "r")
160 if fd then 160 if fd then
161 print(fd:read("*a")) 161 print(fd:read("*a"))