mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-21 23:21:26 +01:00
reduce build log of travis
This commit is contained in:
parent
2ffc58a5d4
commit
7c264f6201
@ -27,7 +27,7 @@ do
|
||||
listDeps $package
|
||||
|
||||
echo "DEBUG: testing package $package"
|
||||
go test -v -race -cover -coverprofile=profile.tmp -coverpkg "$deps" $package
|
||||
go test -race -cover -coverprofile=profile.tmp -coverpkg "$deps" $package
|
||||
if [ -f profile.tmp ]
|
||||
then
|
||||
cat profile.tmp | tail -n +2 >> profile.cov
|
||||
|
Loading…
Reference in New Issue
Block a user