Skip to content

Commit

Permalink
chore(test): enable verbose output
Browse files Browse the repository at this point in the history
Longhorn 8880

Signed-off-by: Derek Su <[email protected]>
  • Loading branch information
derekbit committed Jul 3, 2024
1 parent 1dd0cde commit 4b7b30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ echo Running tests

PACKAGES="$(find -name '*.go' | xargs -I{} dirname {} | cut -f2 -d/ | sort -u | grep -Ev '(^\.$|.git|.trash-cache|vendor|bin)' | sed -e 's!^!./!' -e 's!$!/...!')"

go test -race -cover -tags=test ${PACKAGES} -coverprofile=coverage.out
go test -v -race -cover -tags=test ${PACKAGES} -coverprofile=coverage.out

0 comments on commit 4b7b30c

Please sign in to comment.