We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4edf8b commit 9acb2eaCopy full SHA for 9acb2ea
daemon/cmd/integration_runner/main.go
@@ -345,7 +345,7 @@ func main() {
345
ctx = integration.NewContext(*flagPHP, *flagCGI)
346
ctx.Valgrind = *flagValgrind
347
if (ctx.Valgrind != "" && *flagWorkers != 1) {
348
- fmt.Fprintf(os.Stderr, "cannot run valgrind on multiple workers\n", err)
+ fmt.Fprintf(os.Stderr, "cannot run valgrind on multiple workers\n")
349
os.Exit(1)
350
}
351
ctx.Timeout = *flagTimeout
0 commit comments