Merge "Fix auth issue in verification"

This commit is contained in:
Jenkins
2017-09-26 23:52:56 +00:00
committed by Gerrit Code Review
4 changed files with 20 additions and 11 deletions

View File

@@ -325,7 +325,7 @@ class RunVerification(Step):
def run(self):
super(RunVerification, self).run()
if False and "Success: 0" in self.result["output"]:
if "Success: 0" in self.result["output"]:
self.result["status"] = Status.FAILURE