Skip to content

Commit

Permalink
Add --debug falg to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafal Korepta committed Feb 9, 2023
1 parent e85828b commit 2c046e3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion test/e2e/verify-1.4.4/01-verify.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: ./../../../bin/cm-verifier
- command: ./../../../bin/cm-verifier --debug
2 changes: 1 addition & 1 deletion test/e2e/verify-1.5.5/01-verify.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: ./../../../bin/cm-verifier
- command: ./../../../bin/cm-verifier --debug
2 changes: 1 addition & 1 deletion test/e2e/verify-1.7.3/01-verify.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: ./../../../bin/cm-verifier
- command: ./../../../bin/cm-verifier --debug
2 changes: 1 addition & 1 deletion test/e2e/verify-1.8.2/01-verify.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: ./../../../bin/cm-verifier
- command: ./../../../bin/cm-verifier --debug
2 changes: 1 addition & 1 deletion test/e2e/verify-1.9.1/01-verify.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: kuttl.dev/v1beta1
kind: TestStep
commands:
- command: ./../../../bin/cm-verifier
- command: ./../../../bin/cm-verifier --debug

0 comments on commit 2c046e3

Please sign in to comment.