Merge "Grep command error"

This commit is contained in:
Zuul 2018-03-19 18:44:06 +00:00 committed by Gerrit Code Review
commit d568432e1f

View File

@ -195,5 +195,5 @@ function timestamp_puppet_log() {
}
function catch_puppet_failures() {
grep -wiE '(Error|\(err\))' ${WORKSPACE}/puppet.log
$SUDO grep -wiE '(Error|\(err\))' ${WORKSPACE}/puppet.log
}