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

Commit

Permalink
test: enable -ginkgo.v when using dlv
Browse files Browse the repository at this point in the history
The output then is more suitable for interactive usage.
  • Loading branch information
pohly committed Dec 13, 2022
1 parent bbfb7f2 commit 003fada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.make
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ space:= $(empty) $(empty)

GO_TEST_E2E = $(GO) test -count=1 -timeout 0 -v ./test/e2e -args
ifneq ($(WITH_DLV),)
GO_TEST_E2E = dlv test ./test/e2e --
GO_TEST_E2E = dlv test ./test/e2e -- -ginkgo.v
endif

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

0 comments on commit 003fada

Please sign in to comment.