Travis: let's actually use the new EXTRA_OPTS.

This commit is contained in:
Dimitri Fontaine 2017-06-14 21:32:24 +02:00
parent c02defa5f0
commit b3cb7b256d

View File

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