diff options
Diffstat (limited to 'test/core_upgrade.mk')
-rw-r--r-- | test/core_upgrade.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/core_upgrade.mk b/test/core_upgrade.mk index f165098..c9fea3d 100644 --- a/test/core_upgrade.mk +++ b/test/core_upgrade.mk @@ -16,8 +16,6 @@ core-upgrade-changelog: init $i "Fork erlang.mk locally and set a test CHANGELOG.asciidoc" $t git clone -q https://github.com/ninenines/erlang.mk $(APP)/alt-erlangmk-repo $t echo "$(APP)$(APP)" > $(APP)/alt-erlangmk-repo/CHANGELOG.asciidoc -# Since part of this functionality needs the main Makefile, copy it. - $t cp ../Makefile $(APP)/alt-erlangmk-repo/ $t (cd $(APP)/alt-erlangmk-repo && \ git config user.email "[email protected]" && \ git config user.name "test suite" && \ |