X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=809ec8fb2ab72de337e5689e676701ce8bd4aadf;hb=71173fc4590389c52ac0e1abd75f79e417dad361;hp=9b75c37374bcee448bd5ff775b27fa624b2dbd21;hpb=06cb0db045562ab583358e2ee7090c606e1dfe42;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 9b75c37..809ec8f 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -3,10 +3,10 @@ # Run the regression tests in this directory. # how we invoke SBCL -sbcl=${1:-sbcl --noinform --noprint --noprogrammer} +sbcl=${1:-../src/runtime/sbcl --core ../output/sbcl.core --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. +# it's the return value that we expect from a successful test. tenfour () { if [ $? = 104 ]; then echo ok