summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-03-28 13:52:20 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-03-28 13:52:20 -0700
commit930405224f0953ec550e2da8bf5a0b632cc5ba36 (patch)
tree036c317f6250851828e7ce78237bf667d333b44a /t/test-lib.sh
parentMerge branch 'jk/interop-test' into maint (diff)
parenttests: make the 'test_pause' helper work in non-verbose mode (diff)
downloadtgif-930405224f0953ec550e2da8bf5a0b632cc5ba36.tar.xz
Merge branch 'sg/test-with-stdin' into maint
Teach the "debug" helper used in the test framework that allows a command to run under "gdb" to make the session interactive. * sg/test-with-stdin: tests: make the 'test_pause' helper work in non-verbose mode tests: create an interactive gdb session with the 'debug' helper
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 86d77c16dd..23c29bce6e 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -342,6 +342,7 @@ fi
exec 5>&1
exec 6<&0
+exec 7>&2
if test "$verbose_log" = "t"
then
exec 3>>"$GIT_TEST_TEE_OUTPUT_FILE" 4>&3