GNUmakefile
changeset 9811 dcc85d72d5b3
parent 9783 0b04099b49de
child 10264 d6b9cacfef76
--- a/GNUmakefile	Tue Jan 22 10:44:24 2019 +0100
+++ b/GNUmakefile	Thu Jan 24 05:48:55 2019 +0100
@@ -74,8 +74,9 @@
 
 integration-test: all
 	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua start
-	$(SCANSION) -d ./spec/scansion
-	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop
+	$(SCANSION) -d ./spec/scansion; R=$$? \
+	$(RUNWITH) prosodyctl --config ./spec/scansion/prosody.cfg.lua stop \
+	exit $$R
 
 coverage:
 	-rm -- luacov.*