diff --git a/dev/run-tests.py b/dev/run-tests.py index 37a15a758d898..e271b4dec6c74 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -521,10 +521,11 @@ def post_python_tests_results(): # 6. Commit current HTMLs. run_cmd([ "git", + "-c user.name='Apache Spark Test Account'", + "-c user.email='sparktestacc@gmail.com'", "commit", "-am", - "Coverage report at latest commit in Apache Spark", - '--author="Apache Spark Test Account "']) + "Coverage report at latest commit in Apache Spark"]) # 7. Delete the old branch. run_cmd(["git", "branch", "-D", "gh-pages"]) # 8. Rename the temporary branch to master.