Skip to content

Commit

Permalink
Updating regex for compatibility problems (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterlin741 authored Nov 6, 2020
1 parent d7390ae commit d3de73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d3de73c

Please sign in to comment.