Browse Source

Use the remote erlang.mk repository in tests

Otherwise CI won't work.
Loïc Hoguin 10 years ago
parent
commit
1a5c0c6f5d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/Makefile

+ 1 - 1
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
 	$t $(MAKE) -C $(APP) -f erlang.mk bootstrap-lib $v
 
 
 	$i "Fork erlang.mk locally and modify it"
 	$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\
 	$t sed -i.bak '1i\
 # Copyright (c) erlang.mk Testsuite!\
 # Copyright (c) erlang.mk Testsuite!\
 ' $(APP)/alt-erlangmk-repo/core/core.mk
 ' $(APP)/alt-erlangmk-repo/core/core.mk