Merge branch 'jk/tap-verbose-fix'
commitf4db874d9adc3d974a085b1238aad0048e7f2674
authorJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2016 20:14:54 +0000 (26 13:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 26 Oct 2016 20:14:54 +0000 (26 13:14 -0700)
tree59fc5f6bb177ae3584510c4bd3bd3df604f8a9f5
parentbdcaebbedd54eeaf430ad1e4093a07922fe656d9
parent614fe015212d057c0571885c42a29a995973107d
Merge branch 'jk/tap-verbose-fix'

The Travis CI configuration we ship ran the tests with --verbose
option but this risks non-TAP output that happens to be "ok" to be
misinterpreted as TAP signalling a test that passed.  This resulted
in unnecessary failure.  This has been corrected by introducing a
new mode to run our tests in the test harness to send the verbose
output separately to the log file.

* jk/tap-verbose-fix:
  test-lib: bail out when "-v" used under "prove"
  travis: use --verbose-log test option
  test-lib: add --verbose-log option
  test-lib: handle TEST_OUTPUT_DIRECTORY with spaces
.travis.yml
t/README
t/test-lib.sh