Skip to content
Closed
Prev Previous commit
Next Next commit
remove debugging, lower-case the title of the PRB
  • Loading branch information
shaneknapp committed Aug 12, 2019
commit e608ada0fffd4a2ed4c27910e747bf04a25a1b9a
2 changes: 1 addition & 1 deletion dev/run-tests-jenkins.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def main():
# against master.
ghprb_pull_id = os.environ["ghprbPullId"]
ghprb_actual_commit = os.environ["ghprbActualCommit"]
ghprb_pull_title = os.environ["ghprbPullTitle"]
ghprb_pull_title = os.environ["ghprbPullTitle"].lower()
sha1 = os.environ["sha1"]

# Marks this build as a pull request build.
Expand Down
4 changes: 0 additions & 4 deletions dev/run-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,10 +533,6 @@ def main():
" install one and retry.")
sys.exit(2)

# TODO(sknapp): remove before merging
else:
print("Using java executable: " + java_exe)

# install SparkR
if which("R"):
run_cmd([os.path.join(SPARK_HOME, "R", "install-dev.sh")])
Expand Down