Fix TestContainerNoBinaryExists on windows
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
@@ -114,6 +114,7 @@ func (t *task) Start(ctx context.Context) error {
|
||||
return err
|
||||
}
|
||||
if err := p.Start(ctx); err != nil {
|
||||
t.removeProcess(t.id)
|
||||
return err
|
||||
}
|
||||
t.publisher.Publish(ctx,
|
||||
|
Reference in New Issue
Block a user