Merge pull request #3434 from justinsb/makefile_test_tests

Automatic merge from submit-queue. .

Makefile: was not exiting on test failures
This commit is contained in:
Kubernetes Submit Queue 2017-09-23 17:28:04 -07:00 committed by GitHub
commit f6d11b5594
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@ hooks: # Install Git hooks
.PHONY: test
test: ${BINDATA_TARGETS} # Run tests locally
for t in ${TESTABLE_PACKAGES}; do go test -v $$t 2>&1; done
go test -v ${TESTABLE_PACKAGES}
${DIST}/linux/amd64/nodeup: ${BINDATA_TARGETS}
mkdir -p ${DIST}