aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRitu Sood <Ritu.Sood@intel.com>2019-09-03 17:19:32 +0000
committerGerrit Code Review <gerrit@onap.org>2019-09-03 17:19:32 +0000
commite26aad8235b1fc8c9c53e0014f1b308e9df4ffb8 (patch)
tree08860027ba2806b432a2c8bf10f48ef9b3c124f4
parentdab5b03121141db88b20f4928e33a81943714536 (diff)
parent75daf89a49f8b0f2e6364188a1ad6e124ef30f4b (diff)
Merge "Remove double thread restriction on build"
-rw-r--r--src/k8splugin/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/k8splugin/Makefile b/src/k8splugin/Makefile
index bc5f0950..942c3032 100644
--- a/src/k8splugin/Makefile
+++ b/src/k8splugin/Makefile
@@ -41,5 +41,5 @@ clean:
.PHONY: cover
cover:
- @go test -p 2 ./... -coverprofile=coverage.out
+ @go test ./... -coverprofile=coverage.out
@go tool cover -html=coverage.out -o coverage.html