Now when I run the tests with
make test-all-no-upgrade
I get to the end of the test process and I am left with:
-#--------------------------------------- Using abcl Ran 48 tests: 48 passing and 0 failing all tests apparently successful -#---------------------------------------
./test/run-tests.sh -c abcl
at this point, make hangs until I interrupt it with ^C.
Is it possible that I have messed up the way I conditionalized the test-bundle.script file?
What I did was add this:
#+(or abcl ecl) (leave-test "Bundle test doesn't work on Mac on this lisp." 0)
in my working copy. Could that be causing this hang?
thanks, r