mirror of
https://github.com/dimitri/pgloader.git
synced 2025-08-12 09:16:58 +02:00
Travis: let's actually use the new EXTRA_OPTS.
This commit is contained in:
parent
c02defa5f0
commit
b3cb7b256d
@ -101,5 +101,5 @@ csv-districts-stdin.out: csv-districts-stdin.load
|
|||||||
# Regression tests
|
# Regression tests
|
||||||
regress/out/%.out: %.load
|
regress/out/%.out: %.load
|
||||||
#./regress.sh $(PGLOADER) $<
|
#./regress.sh $(PGLOADER) $<
|
||||||
$(PGLOADER) --regress $<
|
$(PGLOADER) $(EXTRA_OPTS) --regress $<
|
||||||
touch $@
|
touch $@
|
||||||
|
Loading…
Reference in New Issue
Block a user