提交 9303f5dd 编写于 作者: T Thomas Stromberg

Correct bad merge

上级 ecaf6ddb
......@@ -103,7 +103,8 @@ func TestStartStop(t *testing.T) {
t.Fatalf("%s failed: %v", rr.Args, err)
}
if _, err := PodWait(ctx, t, profile, "default", "integration-test=busybox", 4*time.Minute); err != nil {
names, err := PodWait(ctx, t, profile, "default", "integration-test=busybox", 4*time.Minute);
if err != nil {
t.Fatalf("wait: %v", err)
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册