about summary refs log tree commit diff stats
path: root/chessboard.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-18 18:51:48 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-18 18:51:48 -0700
commita39df92d50347177e93a8828d133b57c7056c5f4 (patch)
tree011cba4cbc093f0a496ca035ea14e5785a422f7d /chessboard.mu
parent8ba8f0f6f268ede8f16f5b7f6c7b2470c836964c (diff)
downloadmu-a39df92d50347177e93a8828d133b57c7056c5f4.tar.gz
1401 - shave 80% off chessboard test time
It was all going to laboriously writing out 300+ MB to disk.
Diffstat (limited to 'chessboard.mu')
-rw-r--r--chessboard.mu1
1 files changed, 1 insertions, 0 deletions
diff --git a/chessboard.mu b/chessboard.mu
index 80551d21..5faaead5 100644
--- a/chessboard.mu
+++ b/chessboard.mu
@@ -26,6 +26,7 @@ recipe main [
 # program.
 
 scenario print-board-and-read-move [
+  $close-trace  # this test generates a 300+ MB trace!
   # we'll make the screen really wide because the program currently prints out a long line
   assume-screen 120:literal/width, 20:literal/height
   # initialize keyboard to type in a move