]> git.neil.brown.name Git - git.git/commit
Merge branch 'jk/tap-verbose-fix' into maint
authorJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2016 16:01:20 +0000 (09:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 28 Oct 2016 16:01:21 +0000 (09:01 -0700)
commitb943a213fe6740f64e2ce3fafebce453814115d9
treeb6b0b30cb2e6e433a9928d880da32d045151c1a0
parentdce97d6ec73cdb1011589f7260e602a87088939b
parent614fe015212d057c0571885c42a29a995973107d
Merge branch 'jk/tap-verbose-fix' into maint

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