From c02defa5f015287b4aa05d09da2394c5696f106d Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 14 Jun 2017 21:25:18 +0200 Subject: [PATCH] Travis: explicitely pass down the CL variable. It seems that the test/Makefile didn't get the memo. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a0c0486..6e64ac5 100644 --- a/Makefile +++ b/Makefile @@ -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)