aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile')
-rw-r--r--test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 4a8b5e3..8d1a5e8 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -124,7 +124,7 @@ endef
all:: core
clean::
- $t rm -rf erl_crash.dump packages/ test_*/
+ $t rm -rf erl_crash.dump packages/ $(filter-out test_rebar_git/,$(wildcard test_*/))
init: clean
$i "Prefetch Rebar if necessary"