diff --git a/tests/integration/testfunctions.sh b/tests/integration/testfunctions.sh index 39b1ae72..d23d1b5c 100644 --- a/tests/integration/testfunctions.sh +++ b/tests/integration/testfunctions.sh @@ -16,7 +16,7 @@ run_test () { else tempLogfile=$(mktemp) cmd=$(eval echo "$@") - echo "------------ INPUT -------------------" | tee -a $tempLogfile + echo -e "\\n------------ INPUT -------------------" | tee -a $tempLogfile echo "$" "$cmd" | tee -a $tempLogfile echo "------------ OUTPUT ------------------" | tee -a $tempLogfile eval $cmd 2>&1 | tee -a $tempLogfile