mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-23 13:16:42 +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)
|
flag.CommandLine.Parse(cmdline)
|
||||||
|
|
||||||
|
// Load checksums file (needed for both spec tests and dlgo)
|
||||||
|
csdb := download.MustLoadChecksums("build/checksums.txt")
|
||||||
|
|
||||||
// Get test fixtures.
|
// Get test fixtures.
|
||||||
if !*skipspectests {
|
if !*skipspectests {
|
||||||
csdb := download.MustLoadChecksums("build/checksums.txt")
|
|
||||||
downloadSpecTestFixtures(csdb, *cachedir)
|
downloadSpecTestFixtures(csdb, *cachedir)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue