Added a param in the test case to find the current-context after stop
parent
dd8d3cf900
commit
e23a78489c
|
@ -97,7 +97,7 @@ func TestStartStop(t *testing.T) {
|
|||
t.Fatalf("Failed to fetch current-context")
|
||||
}
|
||||
if strings.TrimRight(string(currentContext), "\n") != "" {
|
||||
t.Fatalf("Failed to unset the current-context")
|
||||
t.Fatalf("Failed to unset the current-context %q", string(currentContext))
|
||||
}
|
||||
|
||||
if err := util.Retry(t, checkStop, 5*time.Second, 6); err != nil {
|
||||
|
|
Loading…
Reference in New Issue