Add --batch to CCL run options.

This option provides lots of information when it crashes, and should help us
with understanding Travis and DockerHub errors with CCL.
This commit is contained in:
Dimitri Fontaine 2017-06-14 11:49:22 +02:00
parent 90a33b4b4c
commit 2c644d55f2

View File

@ -45,7 +45,7 @@ BUILDAPP_OPTS = --require sb-posix \
CL_OPTS = --noinform --no-sysinit --no-userinit
else
BUILDAPP = $(BUILDAPP_CCL)
CL_OPTS = --no-init
CL_OPTS = --no-init --batch
endif
ifeq ($(CL),sbcl)