This commit is contained in:
Sina Mahmoodi 2025-10-02 21:16:22 +02:00
parent d4ee89606c
commit e541b03a53

View file

@ -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)
}