Github user shaneknapp commented on a diff in the pull request:

    https://github.com/apache/spark/pull/5817#discussion_r29533973
  
    --- Diff: dev/run-tests-jenkins ---
    @@ -171,15 +171,14 @@ for t in "${PR_TESTS[@]}"; do
       # Ensure the test can be found and is a file
       if [ -f "${this_test}" ]; then
         echo "Running test: $t"
    -    this_mssg="$(bash "${this_test}" "${ghprbActualCommit}" "${sha1}" 
"${current_pr_head}")"
    -    # Check if this is the merge test as we submit that note *before* and 
*after*
    -    # the tests run
    -    [ "$t" == "pr_merge_ability" ] && merge_note="${this_mssg}"
    --- End diff --
    
    note that the merge_note variable isn't used anywhere, and the this_mssg 
variable is always applied (below) to pr_message


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to