Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set -x in the integration test (#522)
* Set -x in the integration test The integration test has been flaking from time to time on Travis with no obvious failures, indicating this is happening unexpectedly outside a `fail` call. `set -x` will help us diagnose when it happens again. * Only show logs on test failure * Correctly continue if test.sh fails * Only cleanup the logfile on success. The logfile should stick around on failure for easier sharing of test results. It will eventually get cleaned up whenever the tmp directory gets cleaned.
- Loading branch information