Skip to content

Commit f042678

Browse files
authored
Add ls to support export test
1 parent 3f28188 commit f042678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/kuttl/e2e/support-export/01--support_export.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ kind: TestStep
44
commands:
55
- script: kubectl-pgo --namespace $NAMESPACE --operator-namespace postgres-operator support export kuttl-support-cluster -o .
66
- script: tar -xzf ./crunchy_k8s_support_export_*.tar.gz
7+
- script: ls && ls kuttl-support-cluster && ls operator
78
- script: |
89
CLEANUP="rm -r ./kuttl-support-cluster ./operator ./crunchy_k8s_support_export_*.tar.gz"
910
check_file() {

0 commit comments

Comments
 (0)