Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,8 +521,10 @@ def post_python_tests_results():
# 6. Commit current HTMLs.
run_cmd([
"git",
"-c user.name='Apache Spark Test Account'",
"-c user.email='[email protected]'",
"-c",
"user.name='Apache Spark Test Account'",
"-c",
"user.email='[email protected]'",
"commit",
"-am",
"Coverage report at latest commit in Apache Spark"])
Expand Down