Second Start call should also pass in the new test.args list
parent
56a51ffe0d
commit
02a06a8da6
|
@ -66,7 +66,7 @@ func TestStartStop(t *testing.T) {
|
||||||
t.Fatalf("timed out while checking stopped status: %v", err)
|
t.Fatalf("timed out while checking stopped status: %v", err)
|
||||||
}
|
}
|
||||||
|
|
||||||
r.Start()
|
r.Start(test.args...)
|
||||||
r.CheckStatus(state.Running.String())
|
r.CheckStatus(state.Running.String())
|
||||||
|
|
||||||
r.RunCommand("delete", true)
|
r.RunCommand("delete", true)
|
||||||
|
|
Loading…
Reference in New Issue