mirror of
https://github.com/ddworken/hishtory.git
synced 2025-01-23 06:38:52 +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
|
return
|
||||||
}
|
}
|
||||||
lastOut = stdout.String()
|
lastOut = stdout.String()
|
||||||
lastErr = stdout.String()
|
lastErr = stderr.String()
|
||||||
time.Sleep(50 * time.Millisecond)
|
time.Sleep(50 * time.Millisecond)
|
||||||
}
|
}
|
||||||
t.Fatalf("failed to wait until hishtory wasn't running (lastOut=%#v, lastErr=%#v)", lastOut, lastErr)
|
t.Fatalf("failed to wait until hishtory wasn't running (lastOut=%#v, lastErr=%#v)", lastOut, lastErr)
|
||||||
|
Loading…
Reference in New Issue
Block a user