multi: update linter, fix new issues

This commit is contained in:
Oliver Gugger
2024-08-20 12:46:24 +02:00
parent 9eef428e77
commit e99e6662cf
21 changed files with 453 additions and 441 deletions

View File

@ -6,7 +6,6 @@ import (
"crypto/rand"
"encoding/hex"
"encoding/json"
"errors"
"fmt"
"io"
"os"
@ -661,8 +660,7 @@ func (hn *HarnessNode) WaitForProcessExit() error {
break
case <-time.After(wait.DefaultTimeout):
err = errors.New("timeout waiting for process to exit")
hn.printErrf(err.Error())
hn.printErrf("timeout waiting for process to exit")
}
// Make sure log file is closed and renamed if necessary.