From cfa09c1cffb19b8b805dae612cb6608ae5a4df71 Mon Sep 17 00:00:00 2001 From: Andrey Samokhvalov Date: Tue, 11 Jul 2017 22:27:15 +0300 Subject: [PATCH] build: move check of the ports to integration tests --- gotest.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/gotest.sh b/gotest.sh index b89145111..386b50ffa 100755 --- a/gotest.sh +++ b/gotest.sh @@ -33,7 +33,6 @@ check_test_ports() { # tool won't gather any useful coverage information from them. test_with_coverage_profile() { print "* Running tests with creating coverage profile" - check_test_ports echo "mode: count" > profile.cov @@ -74,7 +73,6 @@ test_with_coverage_profile() { # profile but with race condition checks. test_race_conditions() { print "* Running tests with the race condition detector" - check_test_ports test_targets=$(go list ./... | grep -v '/vendor/') env GORACE="history_size=7 halt_on_error=1" go test -v -p 1 -race $test_targets