t7600 (merge): do not launch gitk for --debug
commitdf516fb55891ae57676515d437d0e2cb3c8ad429
authorJonathan Nieder <jrnieder@gmail.com>
Tue, 17 Aug 2010 06:54:59 +0000 (17 01:54 -0500)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Aug 2010 21:02:03 +0000 (18 14:02 -0700)
tree70be12abb8cc596f9868c56fe74bfb81e2bfb702
parent4c0734578f3eee3fe6282014257edfcd7084174b
t7600 (merge): do not launch gitk for --debug

Probably as a development aid, this test script runs gitk --all
to allow the driver to inspect history between tests when run
with --debug.  As a result, running all tests with --debug
requires closing a long series of gitk displays, one at a time.

Use git log --graph --oneline instead.  This way, the history is
available for viewing with "git show" but the test script finishes
without interaction.

Longer term, it would be nice to have an option to run a
user-specified command between tests.  This patch does not do
that.

Cc: Lars Hjemli <hjemli@gmail.com>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7600-merge.sh