Merge branch 'sg/test-with-stdin' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 20 Mar 2017 21:03:27 +0000 (14:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 20 Mar 2017 21:03:27 +0000 (14:03 -0700)
commita66fec5692d13f377d69623aa930ae62414946d0
treee83136fb776582e4df65b9e898a8cd8663cb8d0c
parentf36ede55be0fa090006060b78a0eb08c00013cef
parent59210dd56c25a06a3ec562a07571a96b438e7362
Merge branch 'sg/test-with-stdin' into next

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