diff --git a/roles/tox/tasks/main.yaml b/roles/tox/tasks/main.yaml index 5b6e8fd4f..77b59e06c 100644 --- a/roles/tox/tasks/main.yaml +++ b/roles/tox/tasks/main.yaml @@ -69,9 +69,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