diff --git a/tests/run.sh b/tests/run.sh index 442ce176..e4700ac9 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:|^.{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