set profile for test
parent
c5c1ee9013
commit
00a480f06c
|
|
@ -198,7 +198,8 @@ func TestStoppedBinaryUpgrade(t *testing.T) {
|
|||
}
|
||||
|
||||
t.Run("MinikubeLogs", func(t *testing.T) {
|
||||
rr, err = Run(t, exec.CommandContext(ctx, Target(), "logs"))
|
||||
args := []string{"logs", "-p", profile}
|
||||
rr, err = Run(t, exec.CommandContext(ctx, Target(), args...))
|
||||
if err != nil {
|
||||
t.Fatalf("`minikube logs` after upgrade to HEAD from %s failed: %v", legacyVersion, err)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue