From 596b7443e74ce231161db0702d9e37c1b5efa744 Mon Sep 17 00:00:00 2001 From: actionless Date: Mon, 21 Aug 2017 14:51:25 +0200 Subject: [PATCH] feat(tests: run.sh): treat luaA_panic as an error --- tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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