aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile
index 7b1a22e..78942e5 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1350,12 +1350,14 @@ core-upgrade-alt-erlangmk-repo: build clean-core-upgrade-alt-erlangmk-repo
$t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v
$i "Fork erlang.mk locally and modify it"
- $t git clone -q file://$(abspath $(CURDIR)/..) $(APP)/alt-erlangmk-repo
+ $t git clone -q https://github.com/ninenines/erlang.mk $(APP)/alt-erlangmk-repo
$t sed -i.bak '1i\
# Copyright (c) erlang.mk Testsuite!\
' $(APP)/alt-erlangmk-repo/core/core.mk
$t (cd $(APP)/alt-erlangmk-repo && \
git checkout -q -b test-copyright && \
+ git config user.email "[email protected]" && \
+ git config user.name "test suite" && \
git commit -q -a -m 'Add Testsuite copyright')
$i "Point application to an alternate erlang.mk repository"