Browse code

Since default is dynbinary we should test with dynbinary

Signed-off-by: Dan Walsh <dwalsh@redhat.com>

Dan Walsh authored on 2015/11/06 16:35:47
Showing 2 changed files
... ...
@@ -49,25 +49,25 @@ binary: build
49 49
 	$(DOCKER_RUN_DOCKER) hack/make.sh binary
50 50
 
51 51
 cross: build
52
-	$(DOCKER_RUN_DOCKER) hack/make.sh binary cross
52
+	$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary binary cross
53 53
 
54 54
 deb: build
55
-	$(DOCKER_RUN_DOCKER) hack/make.sh binary build-deb
55
+	$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary build-deb
56 56
 
57 57
 rpm: build
58
-	$(DOCKER_RUN_DOCKER) hack/make.sh binary build-rpm
58
+	$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary build-rpm
59 59
 
60 60
 test: build
61
-	$(DOCKER_RUN_DOCKER) hack/make.sh binary cross test-unit test-integration-cli test-docker-py
61
+	$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary cross test-unit test-integration-cli test-docker-py
62 62
 
63 63
 test-unit: build
64 64
 	$(DOCKER_RUN_DOCKER) hack/make.sh test-unit
65 65
 
66 66
 test-integration-cli: build
67
-	$(DOCKER_RUN_DOCKER) hack/make.sh binary test-integration-cli
67
+	$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-integration-cli
68 68
 
69 69
 test-docker-py: build
70
-	$(DOCKER_RUN_DOCKER) hack/make.sh binary test-docker-py
70
+	$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-docker-py
71 71
 
72 72
 validate: build
73 73
 	$(DOCKER_RUN_DOCKER) hack/make.sh validate-dco validate-gofmt validate-pkg validate-lint validate-test validate-toml validate-vet
... ...
@@ -53,13 +53,12 @@ DEFAULT_BUNDLES=(
53 53
 	validate-vet
54 54
 
55 55
 	binary
56
+	dynbinary
56 57
 
57 58
 	test-unit
58 59
 	test-integration-cli
59 60
 	test-docker-py
60 61
 
61
-	dynbinary
62
-
63 62
 	cover
64 63
 	cross
65 64
 	tgz