Mercurial > prosody-hg
diff GNUmakefile @ 10260:d6b9cacfef76
Prepare required data folder for integration tests
| author | Maxime “pep” Buquet <pep@bouah.net> |
|---|---|
| date | Thu, 12 Sep 2019 15:17:12 +0200 |
| parents | dcc85d72d5b3 |
| children | 5c7bb2440f53 |
line wrap: on
line diff
--- 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 \
