Changeset

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 10259:9df135b06c2f
children 10261:010c67532ed0
files GNUmakefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
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 \