Skip to content

Commit

Permalink
GOOBS_LOG=error when running func tests
Browse files Browse the repository at this point in the history
  • Loading branch information
andreykaipov committed May 8, 2024
1 parent d156196 commit bd61164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ setup() {
}

gotest() {
export GOOBS_LOG=error
category="$1"
go test -v -run="^Test_$category$" -count 1 -coverprofile=cover.out -coverpkg=./... -covermode=$covermode ./...
awk 'NR>1' cover.out >>coverall.out
Expand Down

0 comments on commit bd61164

Please sign in to comment.