diff options
author | Loïc Hoguin <[email protected]> | 2015-09-09 13:05:24 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-09-09 13:05:24 +0200 |
commit | e019242f5a3a9a9809184fd41b35f70d7bcd7edf (patch) | |
tree | b95cfbd4cd1b1bb855d728b6aa1686b75e03023b /test/Makefile | |
parent | 1a5c0c6f5d034ab9c0629b230f5a88163343435e (diff) | |
download | erlang.mk-e019242f5a3a9a9809184fd41b35f70d7bcd7edf.tar.gz erlang.mk-e019242f5a3a9a9809184fd41b35f70d7bcd7edf.tar.bz2 erlang.mk-e019242f5a3a9a9809184fd41b35f70d7bcd7edf.zip |
Fix CI again
Diffstat (limited to 'test/Makefile')
-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" |