mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-22 22:28:51 +01:00
Fix debug info for hishtory timeout issue
This commit is contained in:
parent
f3758dc376
commit
ac808777d6
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user