wohali commented on a change in pull request #598: Enable OS process IO logging + upload for Travis and Jenkins tests URL: https://github.com/apache/couchdb/pull/598#discussion_r122054255
########## File path: .travis.yml ########## @@ -45,6 +46,8 @@ env: # Then comment this section out before_script: + - rm -rf /tmp/couchjslogs + - mkdir -p /tmp/couchjslogs Review comment: Generally, I prefer `mktemp` for this, but given how annoying that will be to setup and pass as an env var in Jenkins, this approach is fine. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
