Browse Source

Fix CI again

Loïc Hoguin 9 years ago
parent
commit
e019242f5a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      test/Makefile

+ 2 - 0
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
 ' $(APP)/alt-erlangmk-repo/core/core.mk
 	$t (cd $(APP)/alt-erlangmk-repo && \
 	$t (cd $(APP)/alt-erlangmk-repo && \
 		git checkout -q -b test-copyright && \
 		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')
 		git commit -q -a -m 'Add Testsuite copyright')
 
 
 	$i "Point application to an alternate erlang.mk repository"
 	$i "Point application to an alternate erlang.mk repository"