Merge "Fix puppet log move for non-root"

This commit is contained in:
Jenkins 2016-12-03 01:48:09 +00:00 committed by Gerrit Code Review
commit d9bb4c333e

View File

@ -205,7 +205,7 @@ function catch_selinux_alerts() {
}
function timestamp_puppet_log() {
mv ${WORKSPACE}/puppet.log ${WORKSPACE}/puppet-$(date +%Y%m%d_%H%M%S).log
$SUDO mv ${WORKSPACE}/puppet.log ${WORKSPACE}/puppet-$(date +%Y%m%d_%H%M%S).log
}
function catch_puppet_failures() {