Hm. This seems to behave differently from simple run-tests. E.g., run-tests works fine for me, finding CCL from environment variables, but 'make-test-all-lisps` fails, being unable to find ccl...
The problem is in test-upgrade, invoked by test-all-lisps.
run-tests.sh ccl does:
command="${CCL:-ccl}"
but test-upgrades does:
use_ccl () { li="ccl --quiet --load test/script-support" ; ev="--eval" ; } ; \
Also, I find that for some lisps test-upgrades mistakenly loads my lisp init, causing spurious fails in some cases.
Makefile patch attached.
I updated the Makefile based on your suggestion, but with various simplifications. See 4bdcc680
—♯ƒ • François-René ÐVB Rideau •Reflection&Cybernethics• http://fare.tunes.org