aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2019-09-12 15:17:12 +0200
committerMaxime “pep” Buquet <pep@bouah.net>2019-09-12 15:17:12 +0200
commitb733d61de629dabbc1678781711b3775b7ce17cd (patch)
treefe891ea131e55f22c6c657861154093a2d32dbd1 /GNUmakefile
parent6a6b2fedcef0be190f63cfa1aca2183f3c225377 (diff)
downloadprosody-b733d61de629dabbc1678781711b3775b7ce17cd.tar.gz
prosody-b733d61de629dabbc1678781711b3775b7ce17cd.zip
Prepare required data folder for integration tests
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 977e91c6..15362f5c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -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 \