1.0.4.35: Commit Kevin Reid's "Test failure in core.test.sh" patch
authorNathan Froyd <froydnj@cs.rice.edu>
Sat, 7 Apr 2007 01:07:05 +0000 (01:07 +0000)
committerNathan Froyd <froydnj@cs.rice.edu>
Sat, 7 Apr 2007 01:07:05 +0000 (01:07 +0000)
tests/core.test.sh
version.lisp-expr

index 1c5a0cf..1fd0ad4 100644 (file)
@@ -67,7 +67,8 @@ $SBCL <<EOF
   (save-lisp-and-die "$tmpcore" :executable t)
 EOF
 chmod u+x "$tmpcore"
-./"$tmpcore" >"$tmpoutput" --eval '(quit :unix-status 71)'
+./"$tmpcore" >"$tmpoutput" \
+  --no-userinit --no-sysinit --eval '(quit :unix-status 71)'
 if [ $? != 71 ]; then
   echo "failure in banner suppression: $?"
   exit 1
index 91181e5..9120577 100644 (file)
@@ -17,4 +17,4 @@
 ;;; checkins which aren't released. (And occasionally for internal
 ;;; versions, especially for internal versions off the main CVS
 ;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.4.34"
+"1.0.4.35"