Software /
code /
prosody
Comparison
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 |
parent | 9807:dcc85d72d5b3 |
child | 10879:5c7bb2440f53 |
comparison
equal
deleted
inserted
replaced
10259:9df135b06c2f | 10260:d6b9cacfef76 |
---|---|
71 | 71 |
72 test: | 72 test: |
73 $(BUSTED) --lua=$(RUNWITH) | 73 $(BUSTED) --lua=$(RUNWITH) |
74 | 74 |
75 integration-test: all | 75 integration-test: all |
76 $(MKDIR) data | |
76 $(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start | 77 $(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start |
77 $(SCANSION) -d ./spec/scansion; R=$$? \ | 78 $(SCANSION) -d ./spec/scansion; R=$$? \ |
78 $(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop \ | 79 $(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop \ |
79 exit $$R | 80 exit $$R |
80 | 81 |