Fix debug info for hishtory timeout issue

This commit is contained in:
David Dworken 2022-10-23 00:46:56 -07:00
parent f3758dc376
commit ac808777d6

View File

@ -811,7 +811,7 @@ func waitForBackgroundSavesToComplete(t *testing.T) {
return
}
lastOut = stdout.String()
lastErr = stdout.String()
lastErr = stderr.String()
time.Sleep(50 * time.Millisecond)
}
t.Fatalf("failed to wait until hishtory wasn't running (lastOut=%#v, lastErr=%#v)", lastOut, lastErr)