rhoughton-pivot commented on a change in pull request #7285: URL: https://github.com/apache/geode/pull/7285#discussion_r788966537
########## File path: ci/scripts/repeat-new-tests.sh ########## @@ -70,19 +70,19 @@ CHANGED_FILES_ARRAY=( $UNIT_TEST_CHANGES $INTEGRATION_TEST_CHANGES $DISTRIBUTED_ NUM_CHANGED_FILES=${#CHANGED_FILES_ARRAY[@]} echo "${NUM_CHANGED_FILES} changed test files" -for T in ${CHANGED_FILES_ARRAY[@]}; do +for T in "${CHANGED_FILES_ARRAY[@]}"; do echo " ${T}" done -if [[ "${NUM_CHANGED_FILES}" -eq 0 ]] +if [[ "${NUM_CHANGED_FILES}" -eq "0" ]] Review comment: Right. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org