Skip to content

Commit 56ec6b9

Browse files
committed
hack/verify-kep-metadata: Make go test verbose
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 68d4128 commit 56ec6b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/verify-kep-metadata.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd -P)"
2323
cd "${ROOT}"
2424

2525
# run the tests
26-
GO111MODULE=on go test ./test/metadata_test.go
26+
GO111MODULE=on go test -v ./test/metadata_test.go

0 commit comments

Comments
 (0)