feat(tests: run.sh): treat luaA_panic as an error

This commit is contained in:
actionless 2017-08-21 14:51:25 +02:00
parent 162cf1854c
commit 596b7443e7
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ for f in $tests; do
esac
# 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
pattern+='|^.{19} W: awesome:.*'
fi