mbox series

[0/2] Unbreak TAP output under bash

Message ID 20200515172117.155238-1-gitster@pobox.com (mailing list archive)
Headers show
Series Unbreak TAP output under bash | expand

Message

Junio C Hamano May 15, 2020, 5:21 p.m. UTC
Alban reported and Carlo diagnosed that a recent change breaks TAP
output under bash.  We know we can work it around but I'd rather not
having to worry about the breakage this late in the cycle.  Let's
revert and re-attempt the enhancement it wanted to do in a way that
does not break TAP in the next cycle.

As the same change broke the test under some shells that are not
bash, fix for that change is also reverted.

Junio C Hamano (2):
  Revert "t/test_lib: avoid naked bash arrays in file_lineno"
  Revert "tests: when run in Bash, annotate test failures with file
    name/line number"

 t/test-lib.sh | 16 +---------------
 1 file changed, 1 insertion(+), 15 deletions(-)