Merge "Remove .txt suffix from tox logs"

This commit is contained in:
Jenkins 2017-07-24 16:22:12 +00:00 committed by Gerrit Code Review
commit 0507ed9ddc

View File

@ -62,9 +62,4 @@
process_testr_artifacts
check_nose_html
# Rename tox .log files to .log.txt so that Apache serves them as
# text/plain files since it can handle .txt special - and .log is
# unknown and therefore served as binary.
find .tox -type f -name "*.log" -exec mv {} {}.txt \;
exit $result