Skip to content

Commit

Permalink
Merge pull request #101 from openebs/install-fail-dump
Browse files Browse the repository at this point in the history
chore: dump pod logs on install failure
  • Loading branch information
blaisedias authored Nov 20, 2024
2 parents ea271bc + 0491569 commit 9b6fcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/k8stest/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ func GenerateInstallSupportBundle() {
// create support bundle in a directory specific for the current test case
testLogDir := fmt.Sprintf("%s/%s/%s", logDir, strings.Map(common.SanitizePathname, "install"), ts)
// run e2e-cluster-dump.sh first - it will make the test log directory if it does not exist
bashCmd := fmt.Sprintf("%s/e2e-cluster-dump.sh --clusteronly --destdir '%s'",
bashCmd := fmt.Sprintf("%s/e2e-cluster-dump.sh --destdir '%s'",
locations.GetE2EScriptsPath(),
testLogDir,
)
Expand Down

0 comments on commit 9b6fcdd

Please sign in to comment.