summaryrefslogtreecommitdiff
path: root/yarns/deployment.yarn
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-01-14 12:38:58 +0000
committerAdam Coldrick <adam.coldrick@codethink.co.uk>2015-02-09 13:12:14 +0000
commit9c48aa4864b9aac9fabc799ed6a2facdece57d46 (patch)
treece4544047da5690d326605770296b4b43e5b4c89 /yarns/deployment.yarn
parentedf5232690a648b715a2649f37393c0565bc127f (diff)
downloadmorph-9c48aa4864b9aac9fabc799ed6a2facdece57d46.tar.gz
Fix some yarns to shut down their git servers when finished
This commit fixes an issue where running morph's yarn tests would leave behind a number of scripts/git-daemon-wrap processes due to some tests not stopping their git server properly.
Diffstat (limited to 'yarns/deployment.yarn')
-rw-r--r--yarns/deployment.yarn1
1 files changed, 1 insertions, 0 deletions
diff --git a/yarns/deployment.yarn b/yarns/deployment.yarn
index 47aeff5d..6ec8c0af 100644
--- a/yarns/deployment.yarn
+++ b/yarns/deployment.yarn
@@ -345,3 +345,4 @@ Once it is rebuilt, it can be deployed.
WHEN the user attempts to deploy the cluster test-cluster.morph in branch mybranch
THEN morph succeeded
AND file workspace/mybranch/test/morphs/test-system.tar exists
+ FINALLY the git server is shut down