diff --git a/functions b/functions index fb14fee47..84a48e931 100644 --- a/functions +++ b/functions @@ -209,5 +209,5 @@ function timestamp_puppet_log() { } function catch_puppet_failures() { - grep -iE '(warning|error)' ${WORKSPACE}/puppet.log + grep -wiE '(Error|\(err\))' ${WORKSPACE}/puppet.log }