Second Start call should also pass in the new test.args list

pull/3767/head
Thomas Stromberg 2019-03-06 15:50:57 -08:00
parent 56a51ffe0d
commit 02a06a8da6
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ func TestStartStop(t *testing.T) {
t.Fatalf("timed out while checking stopped status: %v", err)
}
r.Start()
r.Start(test.args...)
r.CheckStatus(state.Running.String())
r.RunCommand("delete", true)