weldrcheck: Fix typo in socket failure
This commit is contained in:
parent
d642fd2c69
commit
0f8e40bdf1
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ func TestMain(m *testing.M) {
|
|||
var err error
|
||||
testState, err = setupTestState("/run/weldr/api.socket", 60*time.Second)
|
||||
if err != nil {
|
||||
fmt.Printf("ERROR: Test setup failed: %s", err)
|
||||
fmt.Printf("ERROR: Test setup failed: %s\n", err)
|
||||
os.Exit(1)
|
||||
}
|
||||
os.Exit(m.Run())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue