Travis: explicitely pass down the CL variable.

It seems that the test/Makefile didn't get the memo.
This commit is contained in:
Dimitri Fontaine 2017-06-14 21:25:18 +02:00
parent 1469789ede
commit c02defa5f0

View File

@ -160,7 +160,7 @@ pgloader-standalone:
$(COMPRESS_CORE_OPT) \
--output $(PGLOADER)
test: $(PGLOADER)
$(MAKE) PGLOADER=$(realpath $(PGLOADER)) -C test regress
$(MAKE) PGLOADER=$(realpath $(PGLOADER)) CL=$(CL) -C test regress
clean-bundle:
rm -rf $(BUNDLEDIR)