We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7f4f7 commit 19676e8Copy full SHA for 19676e8
1 file changed
ci/cloudbuild/builds/lib/integration.sh
@@ -323,7 +323,7 @@ function integration::ctest_with_emulators() {
323
"${PROJECT_ROOT}/google/cloud/storage/ci/${EMULATOR_SCRIPT}" \
324
"${cmake_out}" "${ctest_args[@]}" -L integration-test-emulator
325
326
- if ! [[ "${skip_args[*]}" =~ " spanner " ]]; then
+ if ! [[ "${skip_args[*]}" =~ "spanner" ]]; then
327
io::log_h2 "Running Spanner integration tests (with emulator)"
328
"${PROJECT_ROOT}/google/cloud/spanner/ci/${EMULATOR_SCRIPT}" \
329
0 commit comments