fix(tests: run.sh): add one more error log pattern

This commit is contained in:
actionless 2017-08-19 23:24:53 +02:00
parent 6e53143401
commit 162cf1854c
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ for f in $tests; do
esac esac
# Parse any error from the log. # 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 if [[ $fail_on_warning ]]; then
pattern+='|^.{19} W: awesome:.*' pattern+='|^.{19} W: awesome:.*'
fi fi