diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 9d69661..3e27d15 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1345,6 +1345,8 @@ core-upgrade-alt-erlangmk-repo: build clean-core-upgrade-alt-erlangmk-repo ' $(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" |