mirror of
https://github.com/rancher/os.git
synced 2025-08-05 16:54:21 +00:00
Merge pull request #1718 from rancher/increase-test-verbosity
verbose reports the name of the test
This commit is contained in:
commit
060390c160
@ -18,4 +18,4 @@ if [ "$RUNTEST" != "" ]; then
|
|||||||
RUNTEST="-check.f ${RUNTEST}"
|
RUNTEST="-check.f ${RUNTEST}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
go test -timeout 9999m $RUNTEST
|
go test -v -timeout 9999m $RUNTEST
|
||||||
|
@ -11,4 +11,4 @@ PACKAGES=". $(find -name '*.go' | xargs -I{} dirname {} | cut -f2 -d/ | sort -u
|
|||||||
if [ "$ARCH" = "amd64" ]; then
|
if [ "$ARCH" = "amd64" ]; then
|
||||||
RACE="-race"
|
RACE="-race"
|
||||||
fi
|
fi
|
||||||
go test $RACE -cover -tags=test ${PACKAGES}
|
go test $RACE -v -cover -tags=test ${PACKAGES}
|
||||||
|
Loading…
Reference in New Issue
Block a user