# HG changeset patch # User Maxime “pep” Buquet # Date 1568294232 -7200 # Node ID d6b9cacfef76e0507f6ff3eab66463f7db5019f2 # Parent 9df135b06c2f5f89f14309c9e0105fc694086785 Prepare required data folder for integration tests diff -r 9df135b06c2f -r d6b9cacfef76 GNUmakefile --- a/GNUmakefile Tue Sep 10 18:41:36 2019 +0200 +++ b/GNUmakefile Thu Sep 12 15:17:12 2019 +0200 @@ -73,6 +73,7 @@ $(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 \