X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=tests%2Frun-tests.sh;h=08f5665eb08d4ae4c932822066bcbac4b86e76ff;hb=8977ab898eab890a11eb9b4bab72c42561f0dc22;hp=14e84887f791d84fa1fbcac3e4f102e724a655e5;hpb=175c318c892b0627b36fa3c4db66f59680242204;p=sbcl.git diff --git a/tests/run-tests.sh b/tests/run-tests.sh index 14e8488..08f5665 100644 --- a/tests/run-tests.sh +++ b/tests/run-tests.sh @@ -40,7 +40,7 @@ echo /running tests on SBCL=\'$SBCL\' # magic can be done once and only once.). Not used in this file, but # exists for the benefit of the *.test.sh files that can be started by # run-tests.lisp -SBCL_ALLOWING_CORE=${1:-$sbclstem} +SBCL_ALLOWING_CORE=$sbclstem export SBCL_ALLOWING_CORE echo /with SBCL_ALLOWING_CORE=\'$SBCL_ALLOWING_CORE\'