diff --git a/tests/common b/tests/common index 79a16f1e..75e55401 100644 --- a/tests/common +++ b/tests/common @@ -51,7 +51,7 @@ _fail() # log a message to the results file _log() { - echo "$*" | tee -a "$RESULTS" + echo "$*" >> "$RESULTS" } # copy stdout to log and pass to stdout, eg. another stdout consumer, commands