Skip to content

Commit 9b6fcdd

Browse files
authored
Merge pull request #101 from openebs/install-fail-dump
chore: dump pod logs on install failure
2 parents ea271bc + 0491569 commit 9b6fcdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/k8stest/util.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ func GenerateInstallSupportBundle() {
10441044
// create support bundle in a directory specific for the current test case
10451045
testLogDir := fmt.Sprintf("%s/%s/%s", logDir, strings.Map(common.SanitizePathname, "install"), ts)
10461046
// run e2e-cluster-dump.sh first - it will make the test log directory if it does not exist
1047-
bashCmd := fmt.Sprintf("%s/e2e-cluster-dump.sh --clusteronly --destdir '%s'",
1047+
bashCmd := fmt.Sprintf("%s/e2e-cluster-dump.sh --destdir '%s'",
10481048
locations.GetE2EScriptsPath(),
10491049
testLogDir,
10501050
)

0 commit comments

Comments
 (0)