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 $@