From 3484ade9a4a4f73b7f5263001e1a5bfd27eefc90 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Sun, 15 Jan 2012 23:43:05 +0100 Subject: [PATCH] test-game.sh: Show testcase description too --- t-regress/test-game.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t-regress/test-game.sh b/t-regress/test-game.sh index 0b117b0..feaf93f 100755 --- a/t-regress/test-game.sh +++ b/t-regress/test-game.sh @@ -13,6 +13,6 @@ sed -ne '/GC\[/,/\]/{ s/.*GC\[//; s/\].*//; p; }' <"$sgf" | while read moven cases desc; do echo "Examining move $moven"; sleep 1 tools/sgf2gtp.pl -g -n $((moven-1)) <"$sgf" | ./pachi -t =20000 - echo "Testcases: $cases" + echo "Testcases: $cases ($desc)" echo "Confirm and press enter..."; read xx