mirror of
https://github.com/containers/podman.git
synced 2025-06-22 09:58:10 +08:00
@ -57,7 +57,7 @@ var _ = BeforeSuite(func() {
|
|||||||
Fail(fmt.Sprintf("unable to create url for download: %q", err))
|
Fail(fmt.Sprintf("unable to create url for download: %q", err))
|
||||||
}
|
}
|
||||||
now := time.Now()
|
now := time.Now()
|
||||||
if err := machine.DownloadVMImage(getMe, fqImageName+".xz"); err != nil {
|
if err := machine.DownloadVMImage(getMe, suiteImageName, fqImageName+".xz"); err != nil {
|
||||||
Fail(fmt.Sprintf("unable to download machine image: %q", err))
|
Fail(fmt.Sprintf("unable to download machine image: %q", err))
|
||||||
}
|
}
|
||||||
fmt.Println("Download took: ", time.Since(now).String())
|
fmt.Println("Download took: ", time.Since(now).String())
|
||||||
|
Reference in New Issue
Block a user