Skip to content

Commit 19676e8

Browse files
committed
get script working
1 parent 6c7f4f7 commit 19676e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci/cloudbuild/builds/lib/integration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ function integration::ctest_with_emulators() {
323323
"${PROJECT_ROOT}/google/cloud/storage/ci/${EMULATOR_SCRIPT}" \
324324
"${cmake_out}" "${ctest_args[@]}" -L integration-test-emulator
325325

326-
if ! [[ "${skip_args[*]}" =~ " spanner " ]]; then
326+
if ! [[ "${skip_args[*]}" =~ "spanner" ]]; then
327327
io::log_h2 "Running Spanner integration tests (with emulator)"
328328
"${PROJECT_ROOT}/google/cloud/spanner/ci/${EMULATOR_SCRIPT}" \
329329
"${cmake_out}" "${ctest_args[@]}" -L integration-test-emulator

0 commit comments

Comments
 (0)