Skip to content

Commit

Permalink
Use --vv and --trace in E2E
Browse files Browse the repository at this point in the history
Based on the documenation, increase verbosity to improve the ability to
debug issues based on the Ginkgo output:

  --vv
    If set, emits with maximal verbosity - includes skipped and pending tests.

  --trace
    If set, default reporter prints out the full stack trace when a failure
    occurs

Signed-off-by: Matthias Diester <matthias.diester@de.ibm.com>
  • Loading branch information
HeavyWombat committed Oct 30, 2024
1 parent 4dd719d commit 0104dc5
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 0104dc5

Please sign in to comment.