This repository was archived by the owner on Dec 8, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ readonly INTEGRATION_TESTS_CONFIG="/c/spanner-integration-tests-config.sh"
7676# auto: only try to run integration tests if the config file is executable.
7777if [[ " ${RUN_INTEGRATION_TESTS} " == " yes" || \
7878 ( " ${RUN_INTEGRATION_TESTS} " == " auto" && \
79- -x " ${INTEGRATION_TESTS_CONFIG} " ) ]]; then
79+ -r " ${INTEGRATION_TESTS_CONFIG} " ) ]]; then
8080 echo " ================================================================"
8181 echo " Running the integration tests $( date) "
8282 echo " ================================================================"
Original file line number Diff line number Diff line change 9797readonly INTEGRATION_TESTS_CONFIG=" /c/spanner-integration-tests-config.sh"
9898if [[ " ${RUN_INTEGRATION_TESTS} " == " yes" || \
9999 ( " ${RUN_INTEGRATION_TESTS} " == " auto" && \
100- -x " ${INTEGRATION_TESTS_CONFIG} " ) ]]; then
100+ -r " ${INTEGRATION_TESTS_CONFIG} " ) ]]; then
101101 echo " ================================================================"
102102 echo " Running the integration tests $( date) "
103103 echo " ================================================================"
You can’t perform that action at this time.
0 commit comments