From e019242f5a3a9a9809184fd41b35f70d7bcd7edf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 9 Sep 2015 13:05:24 +0200 Subject: Fix CI again --- test/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/Makefile') 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 "testsuite@erlang.mk" && \ + git config user.name "test suite" && \ git commit -q -a -m 'Add Testsuite copyright') $i "Point application to an alternate erlang.mk repository" -- cgit v1.2.3