test: newlines for output when Y'ing & N'ing
continuous-integration/drone/pr Build is running Details
continuous-integration/drone/push Build is failing Details

This commit is contained in:
decentral1se 2022-01-24 17:16:59 +01:00
parent 8fb9f42f13
commit 224b8865bf
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -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