Skip to content

Commit b2d3ba9

Browse files
committed
fix flag name
1 parent 4cb8e09 commit b2d3ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/ci.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ func doTest(cmdline []string) {
290290
short = flag.Bool("short", false, "Pass the 'short'-flag to go test")
291291
cachedir = flag.String("cachedir", "./build/cache", "directory for caching downloads")
292292
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")
293+
threads = flag.Int("p", 1, "Number of CPU threads to use for testing")
294294
)
295295
flag.CommandLine.Parse(cmdline)
296296

0 commit comments

Comments
 (0)