Prepare required data folder for integration tests

This commit is contained in:
Maxime “pep” Buquet 2019-09-12 15:17:12 +02:00
parent 6a6b2fedce
commit b733d61de6

View file

@ -73,6 +73,7 @@ test:
$(BUSTED) --lua=$(RUNWITH)
integration-test: all
$(MKDIR) data
$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start
$(SCANSION) -d ./spec/scansion; R=$$? \
$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop \