mirror of
https://github.com/rancher/os.git
synced 2025-09-01 14:48:55 +00:00
verbose reports the name of the test
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
@@ -11,4 +11,4 @@ PACKAGES=". $(find -name '*.go' | xargs -I{} dirname {} | cut -f2 -d/ | sort -u
|
||||
if [ "$ARCH" = "amd64" ]; then
|
||||
RACE="-race"
|
||||
fi
|
||||
go test $RACE -cover -tags=test ${PACKAGES}
|
||||
go test $RACE -v -cover -tags=test ${PACKAGES}
|
||||
|
Reference in New Issue
Block a user