From bbe283e736ba3e611c891a8269f10c92db93133d Mon Sep 17 00:00:00 2001 From: Francois-Rene Rideau <tunes@google.com> Date: Wed, 8 Jan 2014 01:00:35 -0500 Subject: [PATCH] Makefile: expect upgrade to work on CMUCL, now that we excluded old versions from tests. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bdbcaa9f..7a93e0c9 100644 --- a/Makefile +++ b/Makefile @@ -167,7 +167,7 @@ check-all-test-results: check-all-upgrade-results: @A="$$(for i in build/results/*-upgrade.text ; do \ - case $$i in */cmucl-*|*/gcl-*|*/xcl-*) ;; *) \ + case $$i in */gcl-*|*/xcl-*) ;; *) \ if [ 'Script succeeded' != "$$(tail -1 < $$i)" ] ; \ then echo $$i ; fi ; esac ; done)" ; \ if [ -n "$$A" ] ; then \ -- GitLab