0.6.7.12: punted various multi-proc code, started cleaning up dynamic-space
[sbcl.git] / tests / run-tests.sh
index 7c7da12..de63a75 100644 (file)
@@ -3,7 +3,7 @@
 # Run the regression tests in this directory.
 
 # how we invoke SBCL
-sbcl=${1:-sbcl --noprint --noprogrammer}
+sbcl=${1:-sbcl --noinform --noprint --noprogrammer}
 
 # "Ten four" is the closest numerical slang I can find to "OK", so
 # it's the return value we expect from a successful test.