Skip to content

Commit e631fbc

Browse files
committed
Fix CMake invocation of quickstart
1 parent fe8b506 commit e631fbc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

google/cloud/beyondcorp/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,7 @@ if (BUILD_TESTING)
116116
COMMAND
117117
cmake -P "${PROJECT_SOURCE_DIR}/cmake/quickstart-runner.cmake"
118118
$<TARGET_FILE:beyondcorp_quickstart> GOOGLE_CLOUD_PROJECT
119-
# EDIT HERE
120-
)
119+
GOOGLE_CLOUD_CPP_TEST_REGION)
121120
set_tests_properties(beyondcorp_quickstart
122121
PROPERTIES LABELS "integration-test;quickstart")
123122
endif ()

0 commit comments

Comments
 (0)