X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=de63a75cffd934c1c65a71328a7011e51b41f95d;hb=7848e760d71ba19c6b69b636d12b7ebd28696bf8;hp=7c7da12d8e82deed05d47080dd46f68c0f9c9b59;hpb=e4eb979046e594444cf5972801ea5f4a5eb1a7c7;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 7c7da12..de63a75 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -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.