diff options
author | Maxime “pep” Buquet <pep@bouah.net> | 2019-09-12 15:17:12 +0200 |
---|---|---|
committer | Maxime “pep” Buquet <pep@bouah.net> | 2019-09-12 15:17:12 +0200 |
commit | b733d61de629dabbc1678781711b3775b7ce17cd (patch) | |
tree | fe891ea131e55f22c6c657861154093a2d32dbd1 | |
parent | 6a6b2fedcef0be190f63cfa1aca2183f3c225377 (diff) | |
download | prosody-b733d61de629dabbc1678781711b3775b7ce17cd.tar.gz prosody-b733d61de629dabbc1678781711b3775b7ce17cd.zip |
Prepare required data folder for integration tests
-rw-r--r-- | GNUmakefile | 1 |
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 \ |