fix(tests: run.sh): add one more error log pattern
This commit is contained in:
parent
6e53143401
commit
162cf1854c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue