From d8ce3bee4e2b1931504f233c06e41490778c1107 Mon Sep 17 00:00:00 2001 From: Sarah Jamie Lewis Date: Wed, 17 Jul 2019 12:21:13 -0700 Subject: [PATCH] Updating test scripts to remove peer --- testing/tests.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/testing/tests.sh b/testing/tests.sh index a86c11f..d8db9f8 100755 --- a/testing/tests.sh +++ b/testing/tests.sh @@ -9,7 +9,6 @@ go test ${1} -coverprofile=peer.connections.cover.out -v ./protocol/connections go test ${1} -coverprofile=protocol.spam.cover.out -v ./protocol/connections/spam go test ${1} -coverprofile=peer.fetch.cover.out -v ./protocol/connections/fetch go test ${1} -coverprofile=peer.listen.cover.out -v ./protocol/connections/listen -go test ${1} -coverprofile=peer.peer.cover.out -v ./protocol/connections/peer go test ${1} -coverprofile=peer.send.cover.out -v ./protocol/connections/send go test ${1} -coverprofile=peer.cover.out -v ./peer go test ${1} -coverprofile=server.fetch.cover.out -v ./server/fetch