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 4cb8e09 commit b2d3ba9Copy full SHA for b2d3ba9
build/ci.go
@@ -290,7 +290,7 @@ func doTest(cmdline []string) {
290
short = flag.Bool("short", false, "Pass the 'short'-flag to go test")
291
cachedir = flag.String("cachedir", "./build/cache", "directory for caching downloads")
292
skipspectests = flag.Bool("skip-spectests", false, "Skip downloading execution-spec-tests fixtures")
293
- threads = flag.Int("threads", 1, "Number of CPU threads to use for testing")
+ threads = flag.Int("p", 1, "Number of CPU threads to use for testing")
294
)
295
flag.CommandLine.Parse(cmdline)
296
0 commit comments