forked from cwtch.im/cwtch
1
0
Fork 0

Updating test scripts to remove peer

This commit is contained in:
Sarah Jamie Lewis 2019-07-17 12:21:13 -07:00
parent 6e64f65962
commit d8ce3bee4e
1 changed files with 0 additions and 1 deletions

View File

@ -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