From 0d0d921dce5a10237f18f19331e0914a768a4f41 Mon Sep 17 00:00:00 2001 From: Nikodemus Siivola Date: Mon, 16 Apr 2007 04:59:02 +0000 Subject: [PATCH] 1.0.4.91: revert 1.0.4.89 test changes ECHERRYPICK from commit 1.0.4.90. --- tests/room.test.sh | 7 ------- version.lisp-expr | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/tests/room.test.sh b/tests/room.test.sh index f166093..23c30ed 100644 --- a/tests/room.test.sh +++ b/tests/room.test.sh @@ -15,13 +15,6 @@ echo //entering room.test.sh -${SBCL:-sbcl} --eval "(progn (defvar *a* (make-array (expt 2 27))) (room) (sb-ext:quit :unix-status 52))" -if [ $? = 52 ]; then - true # nop -else - exit 1 -fi - ${SBCL:-sbcl} --eval "(progn (dotimes (i 10) (dotimes (j 10) (room)) (gc)) (sb-ext:quit :unix-status 52))" if [ $? = 52 ]; then true # nop diff --git a/version.lisp-expr b/version.lisp-expr index fbcba94..5a7dd21 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -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.90" +"1.0.4.91" -- 1.7.10.4