diff --git a/test/test_helper.bash b/test/test_helper.bash index 647a5b757..43d30e429 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -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