Skip to content

Commit 9acb2ea

Browse files
committed
fix
1 parent a4edf8b commit 9acb2ea

File tree

1 file changed

+1
-1
lines changed
  • daemon/cmd/integration_runner

1 file changed

+1
-1
lines changed

daemon/cmd/integration_runner/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ func main() {
345345
ctx = integration.NewContext(*flagPHP, *flagCGI)
346346
ctx.Valgrind = *flagValgrind
347347
if (ctx.Valgrind != "" && *flagWorkers != 1) {
348-
fmt.Fprintf(os.Stderr, "cannot run valgrind on multiple workers\n", err)
348+
fmt.Fprintf(os.Stderr, "cannot run valgrind on multiple workers\n")
349349
os.Exit(1)
350350
}
351351
ctx.Timeout = *flagTimeout

0 commit comments

Comments
 (0)