Skip to content

Commit

Permalink
Merge pull request #1708 from shipwright-io/increase/verbosity
Browse files Browse the repository at this point in the history
Use `--vv` and `--trace` in E2E
  • Loading branch information
SaschaSchwarze0 authored Oct 30, 2024
2 parents 4dd719d + 0104dc5 commit 564718b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ TEST_NAMESPACE ?= default
TEKTON_VERSION ?= v0.65.0

# E2E test flags
TEST_E2E_FLAGS ?= -r -p --randomize-all -timeout=1h -trace -v
TEST_E2E_FLAGS ?= -r -p --randomize-all --timeout=1h --trace --vv

# E2E test service account name to be used for the build runs, can be set to generated to use the generated service account feature
TEST_E2E_SERVICEACCOUNT_NAME ?= pipeline
Expand Down

0 comments on commit 564718b

Please sign in to comment.