From ead6ec7bdc038d5afc57f9cd397ca604bacc54f8 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 7 Jul 2006 23:47:06 +0000 Subject: [PATCH] document the last change svn: r3656 --- collects/tests/mzscheme/README | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/tests/mzscheme/README b/collects/tests/mzscheme/README index c4394c633c..4676cc5706 100644 --- a/collects/tests/mzscheme/README +++ b/collects/tests/mzscheme/README @@ -21,6 +21,7 @@ Test compilation and writing/reading compiled code with: Run the standard tests with no output except for the results with: > (load "PATHTOHERE/quiet.ss") +(Also get an error code -- use with scripts.) Run 3 copies of the test suite concurrently in separate threads: > (load "PATHTOHERE/parallel.ss")