diff --git a/tests/run.sh b/tests/run.sh index 57fd162c..442ce176 100755 --- a/tests/run.sh +++ b/tests/run.sh @@ -261,7 +261,7 @@ for f in $tests; do esac # Parse any error from the log. - pattern='.*[Ee]rror.*|.*assertion failed.*|^Step .* failed:' + pattern='.*[Ee]rror.*|.*assertion failed.*|^Step .* failed:|^.{19} E: awesome: .*' if [[ $fail_on_warning ]]; then pattern+='|^.{19} W: awesome:.*' fi