mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +00:00
build: fix tests run
This commit is contained in:
parent
c0fdc86c31
commit
06a9cc2633
1 changed files with 1 additions and 1 deletions
|
|
@ -336,7 +336,7 @@ func doTest(cmdline []string) {
|
|||
}
|
||||
|
||||
// No packages specified, run all tests for all modules.
|
||||
gotest.Args = append(gotest.Args, ".")
|
||||
gotest.Args = append(gotest.Args, "./...")
|
||||
for _, mod := range goModules {
|
||||
test := *gotest
|
||||
test.Dir = mod
|
||||
|
|
|
|||
Loading…
Reference in a new issue