File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 6
6
directories :
7
7
- .glide
8
8
script :
9
- - make verify build build-e2e test images
9
+ - make verify build build-integration build- e2e test images
10
10
deploy :
11
11
skip_cleanup : true
12
12
provider : script
Original file line number Diff line number Diff line change @@ -254,7 +254,10 @@ test-unit: .init build
254
254
$(DOCKER_CMD ) go test -race $(UNIT_TEST_FLAGS ) \
255
255
$(addprefix $(SC_PKG ) /,$(TEST_DIRS ) ) $(UNIT_TEST_LOG_FLAGS )
256
256
257
- test-integration : .init $(scBuildImageTarget ) build
257
+ build-integration : .generate_files
258
+ $(DOCKER_CMD ) go test -race github.com/kubernetes-incubator/service-catalog/test/integration/... -c
259
+
260
+ test-integration : .init $(scBuildImageTarget ) build build-integration
258
261
# test kubectl
259
262
contrib/hack/setup-kubectl.sh
260
263
contrib/hack/test-apiserver.sh
You can’t perform that action at this time.
0 commit comments