aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-09-09 12:51:46 +0200
committerLoïc Hoguin <[email protected]>2015-09-09 12:51:46 +0200
commit1a5c0c6f5d034ab9c0629b230f5a88163343435e (patch)
tree0aeae9fcd3d95e365b63a543e7b286d408370b69 /test/Makefile
parentd8c092a05409f2ba3eec5a2e4d8e870d6d04fed0 (diff)
downloaderlang.mk-1a5c0c6f5d034ab9c0629b230f5a88163343435e.tar.gz
erlang.mk-1a5c0c6f5d034ab9c0629b230f5a88163343435e.tar.bz2
erlang.mk-1a5c0c6f5d034ab9c0629b230f5a88163343435e.zip
Use the remote erlang.mk repository in tests
Otherwise CI won't work.
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 b2c8d19..9d69661 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -1339,7 +1339,7 @@ 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