mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 05:06:43 +00:00
fix
This commit is contained in:
parent
d4ee89606c
commit
e541b03a53
1 changed files with 3 additions and 1 deletions
|
|
@ -293,9 +293,11 @@ func doTest(cmdline []string) {
|
|||
)
|
||||
flag.CommandLine.Parse(cmdline)
|
||||
|
||||
// Load checksums file (needed for both spec tests and dlgo)
|
||||
csdb := download.MustLoadChecksums("build/checksums.txt")
|
||||
|
||||
// Get test fixtures.
|
||||
if !*skipspectests {
|
||||
csdb := download.MustLoadChecksums("build/checksums.txt")
|
||||
downloadSpecTestFixtures(csdb, *cachedir)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue