From a3cd50792d0ed1c5dfee66ff79ee7117057e9970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 7 Dec 2018 19:40:02 +0100 Subject: Autopatch: allow configuring REBAR_GIT and REBAR_COMMIT And use this in the tests to fetch Rebar only once and then clone from the local repository. This should speed up tests a little. --- test/plugin_triq.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/plugin_triq.mk') diff --git a/test/plugin_triq.mk b/test/plugin_triq.mk index 7350cf7..58fd217 100644 --- a/test/plugin_triq.mk +++ b/test/plugin_triq.mk @@ -6,7 +6,7 @@ TRIQ_TARGETS = $(call list_targets,triq) triq: $(TRIQ_TARGETS) -triq-test-dir: build clean +triq-test-dir: init $i "Bootstrap a new OTP application named $(APP)" $t mkdir $(APP)/ -- cgit v1.2.3