mirror of
https://github.com/datarhei/core.git
synced 2025-10-06 08:27:08 +08:00
Add tee progress parsing
This commit is contained in:
@@ -365,7 +365,11 @@ func TestProcessDuration(t *testing.T) {
|
||||
|
||||
px := p.(*process)
|
||||
|
||||
require.Nil(t, px.stopTimer)
|
||||
px.stopTimerLock.Lock()
|
||||
stopTimer := px.stopTimer
|
||||
px.stopTimerLock.Unlock()
|
||||
|
||||
require.Nil(t, stopTimer)
|
||||
}
|
||||
|
||||
func TestProcessSchedulePointInTime(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user