feat(tests: run.sh): treat luaA_panic as an error
This commit is contained in:
parent
162cf1854c
commit
596b7443e7
|
@ -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:|^.{19} E: awesome: .*'
|
pattern='.*[Ee]rror.*|.*assertion failed.*|^Step .* failed:|^.{19} E: awesome: .*|.*luaA_panic.*'
|
||||||
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