From d3de73c8c612421670001960de64e97916093571 Mon Sep 17 00:00:00 2001 From: Peter Lin Date: Fri, 6 Nov 2020 04:45:59 -0500 Subject: [PATCH] Updating regex for compatibility problems (#12) --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8f8b69d..ee50329 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -260,7 +260,7 @@ error_wall() { } # Validate the log; fail if we find compatibility problems. -if (grep -E -q "^Plugin (.*) against .*: .* compatibility problems?$" "$VERIFICATION_OUTPUT_LOG"); then +if (grep -E -q "^Plugin (.*) against .*: .* compatibility problems?" "$VERIFICATION_OUTPUT_LOG"); then error_wall elif egrep -q "^The following files specified for the verification are not valid plugins:$" "$VERIFICATION_OUTPUT_LOG"; then error_wall