Skip to content
Snippets Groups Projects
Commit bbe283e7 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

Makefile: expect upgrade to work on CMUCL, now that we excluded old versions from tests.

parent 257449eb
No related branches found
No related tags found
No related merge requests found
...@@ -167,7 +167,7 @@ check-all-test-results: ...@@ -167,7 +167,7 @@ check-all-test-results:
check-all-upgrade-results: check-all-upgrade-results:
@A="$$(for i in build/results/*-upgrade.text ; do \ @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)" ] ; \ if [ 'Script succeeded' != "$$(tail -1 < $$i)" ] ; \
then echo $$i ; fi ; esac ; done)" ; \ then echo $$i ; fi ; esac ; done)" ; \
if [ -n "$$A" ] ; then \ if [ -n "$$A" ] ; then \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment