提交 470a8dd3 编写于 作者: S sayboras

Use command result arguments

上级 76cd0e49
......@@ -73,7 +73,7 @@ func TestDownloadOnly(t *testing.T) {
}
// skip verify for cache images if --vm-driver=none
if !strings.Contains(strings.Join(StartArgs(), " "), "--vm-driver=none") {
if !strings.Contains(strings.Join(rrr.Args, " "), "--vm-driver=none") {
for _, img := range imgs {
img = strings.Replace(img, ":", "_", 1) // for example kube-scheduler:v1.15.2 --> kube-scheduler_v1.15.2
fp := filepath.Join(localpath.MiniPath(), "cache", "images", img)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册