Skip to content

Commit e9e3ad1

Browse files
author
Brennon York
committed
removed escapes for quotes
1 parent 97e5cfb commit e9e3ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/run-tests-jenkins

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ for t in "${PR_TESTS[@]}"; do
157157
this_test="${FWDIR}/dev/tests/${t}.sh"
158158
# Ensure the test can be found and is a file
159159
if [ -f "${this_test}" ]; then
160-
this_mssg="$(bash \"${this_test}\" \"${ghprbActualCommit}\" \"${sha1}\")"
160+
this_mssg="$(bash "${this_test}" "${ghprbActualCommit}" "${sha1}")"
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}"

0 commit comments

Comments
 (0)