We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97e5cfb commit e9e3ad1Copy full SHA for e9e3ad1
dev/run-tests-jenkins
@@ -157,7 +157,7 @@ for t in "${PR_TESTS[@]}"; do
157
this_test="${FWDIR}/dev/tests/${t}.sh"
158
# Ensure the test can be found and is a file
159
if [ -f "${this_test}" ]; then
160
- this_mssg="$(bash \"${this_test}\" \"${ghprbActualCommit}\" \"${sha1}\")"
+ this_mssg="$(bash "${this_test}" "${ghprbActualCommit}" "${sha1}")"
161
# Check if this is the merge test as we submit that note *before* and *after*
162
# the tests run
163
[ "$t" == "pr_merge_ability" ] && merge_note="${this_mssg}"
0 commit comments