Browse code

Merge pull request #34536 from thaJeztah/fix-makefile-warning

Fix make test-unit printing deprecation warning

Yong Tang authored on 2017/08/17 03:16:04
Showing 1 changed files
... ...
@@ -160,7 +160,7 @@ test-integration: build ## run the integration tests
160 160
 	$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary test-integration
161 161
 
162 162
 test-unit: build ## run the unit tests
163
-	$(DOCKER_RUN_DOCKER) hack/make.sh test-unit
163
+	$(DOCKER_RUN_DOCKER) hack/test/unit
164 164
 
165 165
 tgz: build ## build the archives (.zip on windows and .tgz\notherwise) containing the binaries
166 166
 	$(DOCKER_RUN_DOCKER) hack/make.sh dynbinary binary cross tgz