提交 d8dcc6d3 编写于 作者: M Medya Gh

fix check status

上级 14219e19
......@@ -302,7 +302,8 @@ func (m *MinikubeRunner) GetLogs() string {
// CheckStatus makes sure the service has the desired status, or cause fatal error
func (m *MinikubeRunner) CheckStatus(desired string) {
if err := m.CheckStatusNoFail(desired); err != nil {
err := m.CheckStatusNoFail(desired)
if err != nil && desired != state.None.String() { // none status returns 1 exit code
m.T.Fatalf("%v", err)
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册