Merge pull request #35284 from tophj-ibm/download-frozen-images-with-integration-cli-tests
[integration-cli] ensureFrozenImages here too
This commit is contained in:
commit
d85f5e7320
1 changed files with 6 additions and 0 deletions
|
@ -60,6 +60,12 @@ func init() {
|
|||
|
||||
func TestMain(m *testing.M) {
|
||||
dockerBinary = testEnv.DockerBinary()
|
||||
err := ienv.EnsureFrozenImagesLinux(&testEnv.Execution)
|
||||
if err != nil {
|
||||
fmt.Println(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
|
||||
testEnv.Print()
|
||||
os.Exit(m.Run())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue