From 045c9133425c426d699dd355d207b3c4bc6030bd Mon Sep 17 00:00:00 2001 From: Christoph Witzko Date: Wed, 11 Feb 2015 15:28:46 +0100 Subject: [PATCH] chore(pretest): automatically clean up --- bin/pre-test | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/pre-test b/bin/pre-test index f09413e8..d2c1ff4a 100755 --- a/bin/pre-test +++ b/bin/pre-test @@ -2,6 +2,8 @@ set -e +[ -d ".tmp" ] && ./bin/post-test + mkdir -p .tmp/modules export DEBUG=ghrs:cli