Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 003fada

Browse files
committed
test: enable -ginkgo.v when using dlv
The output then is more suitable for interactive usage.
1 parent bbfb7f2 commit 003fada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ space:= $(empty) $(empty)
157157

158158
GO_TEST_E2E = $(GO) test -count=1 -timeout 0 -v ./test/e2e -args
159159
ifneq ($(WITH_DLV),)
160-
GO_TEST_E2E = dlv test ./test/e2e --
160+
GO_TEST_E2E = dlv test ./test/e2e -- -ginkgo.v
161161
endif
162162

163163
# E2E testing relies on a running QEMU test cluster. It therefore starts it,

0 commit comments

Comments
 (0)