Merge branch 'sg/test-with-stdin' into maint
commit930405224f0953ec550e2da8bf5a0b632cc5ba36
authorJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 20:52:20 +0000 (28 13:52 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 28 Mar 2017 20:52:20 +0000 (28 13:52 -0700)
tree036c317f6250851828e7ce78237bf667d333b44a
parentc34aa34299cac5223e5882d481e958ccbb83f21f
parent59210dd56c25a06a3ec562a07571a96b438e7362
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