From b3cb7b256d543b6bcd0954f67c7d2b95d2284582 Mon Sep 17 00:00:00 2001 From: Dimitri Fontaine Date: Wed, 14 Jun 2017 21:32:24 +0200 Subject: [PATCH] Travis: let's actually use the new EXTRA_OPTS. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index a8a2f45..c690f23 100644 --- a/test/Makefile +++ b/test/Makefile @@ -101,5 +101,5 @@ csv-districts-stdin.out: csv-districts-stdin.load # Regression tests regress/out/%.out: %.load #./regress.sh $(PGLOADER) $< - $(PGLOADER) --regress $< + $(PGLOADER) $(EXTRA_OPTS) --regress $< touch $@