Skip to content

Commit f8011d8

Browse files
author
Brennon York
committed
minor updates and style changes
1 parent 63a35c9 commit f8011d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dev/run-tests-jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ for t in "${PR_TESTS[@]}"; do
161161
# Check if this is the merge test as we submit that note *before* and *after*
162162
# the tests run
163163
[ "$t" == "pr_merge_ability" ] && merge_note="${this_mssg}"
164-
pr_message="${pr_message}${this_mssg}"
164+
pr_message="${pr_message}\n${this_mssg}"
165165
# Ensure, after each test, that we're on the current PR
166166
git checkout -f "${current_pr_head}"
167167
fi

dev/tests/pr_new_dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ git checkout apache/master
6262
DIFF_RESULTS="`diff my-classpath.txt master-classpath.txt`"
6363

6464
if [ -z "${DIFF_RESULTS}" ]; then
65-
echo " * This patch adds no new dependencies"
65+
echo " * This patch adds no new dependencies."
6666
else
6767
# Pretty print the new dependencies
6868
new_deps=$(echo ${DIFF_RESULTS} | grep "<" | cut -d" " -f2 | awk '{print " * "$1}')

0 commit comments

Comments
 (0)