Merge "Use command to avoid alias execution for log compression in CI"

This commit is contained in:
Jenkins 2016-09-09 07:41:48 +00:00 committed by Gerrit Code Review
commit b2c5dc0264
1 changed files with 1 additions and 2 deletions

View File

@ -189,8 +189,7 @@ commands =
bash -c 'mkdir -p {toxinidir}/logs'
bash -c 'rsync --archive --verbose --ignore-errors /var/log/ /openstack/log/ {toxinidir}/logs/ || true'
bash -c 'find "{toxinidir}/logs/" -type f | sed "p;s|$|.txt|" | xargs -n2 mv'
bash -c '$(which gzip) --best --recursive "{toxinidir}/logs/"'
bash -c 'command gzip --best --recursive "{toxinidir}/logs/"'
[testenv:linters]