Flag should be --problems

pull/5768/head
tstromberg 2019-10-29 15:45:07 -07:00
parent 1a6cfdb034
commit 02d7b74d10
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ func CleanupWithLogs(t *testing.T, profile string, cancel context.CancelFunc) {
t.Helper()
if t.Failed() && *postMortemLogs {
t.Logf("%s failed, collecting logs ...", t.Name())
rr, err := Run(t, exec.Command(Target(), "-p", profile, "logs", "--show-problems"))
rr, err := Run(t, exec.Command(Target(), "-p", profile, "logs", "--problems"))
if err != nil {
t.Logf("failed logs error: %v", err)
}