mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-23 20:46:30 +02:00
Fix debug info for hishtory timeout issue
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user