Merge "Remove .txt suffix from tox logs"
This commit is contained in:
commit
0507ed9ddc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user