From b12aa648a002edda9a8111248ff4c0ba584faf51 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Mon, 7 Nov 2011 19:50:40 +0200 Subject: [PATCH] t-regress/test-game: Tweak for interactive use Ideally, it should be batch-oriented instead, this is just a temporary hack. --- t-regress/test-game.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t-regress/test-game.sh b/t-regress/test-game.sh index f225654..0b117b0 100755 --- a/t-regress/test-game.sh +++ b/t-regress/test-game.sh @@ -11,7 +11,8 @@ sgf="$1" sed -ne '/GC\[/,/\]/{ s/.*GC\[//; s/\].*//; p; }' <"$sgf" | while read moven cases desc; do - echo "Examining move $moven" + echo "Examining move $moven"; sleep 1 tools/sgf2gtp.pl -g -n $((moven-1)) <"$sgf" | ./pachi -t =20000 echo "Testcases: $cases" + echo "Confirm and press enter..."; read xx