Commit 47d47082 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

test: better output if a test fails

parent c751fb58
......@@ -22,6 +22,9 @@ save_function run old_run
run() {
old_run $@
# Output the command we ran
echo "Executing: " $@
# "$output" gets rid of newlines. This will bring them back.
for line in "${lines[@]}"; do
echo $line
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment