From eb66c58ee15db9dad9759ae8145956f9c8cf1854 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 2 Sep 2008 05:14:17 -0400 Subject: Simplified the test runner's output, so it fits in 80 columns. --- chess-test.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chess-test.el') diff --git a/chess-test.el b/chess-test.el index ec5f4a6..3e93c2c 100644 --- a/chess-test.el +++ b/chess-test.el @@ -47,7 +47,7 @@ ply-count (+ ply-count (length (chess-game-plies game)))) (if (and (> read-count 0) (= 0 (mod read-count 1000))) - (message "Read %d games (next is game %d): %d total plies (%.2f ply/sec)" + (message "Read %d games (next %d): %d total plies (%.2f ply/sec)" read-count (1+ index) ply-count (/ (float ply-count) (float @@ -59,7 +59,7 @@ (message "Error reading game %d: %s" index (error-message-string err)))) (setq index (1+ index))) - (message "Read %d games (last game was %d): %d plies (%.2f ply/sec, %.2f seconds)" + (message "Read %d games (last %d): %d plies (%.2f ply/sec, %.2f seconds)" read-count (1- index) ply-count (/ (float ply-count) (float -- cgit v1.2.3