Example #1
0
 def running(self):
     result = TestParent.running(self)
     if result.find("[ERROR] BUILD ERROR") != -1 or result.find(
             "BUILD FAILURE") != -1:
         print "BUILD ERROR/FAILURE"
         return 100
     self.get_case_list(result)
Example #2
0
 def running(self):
     result = TestParent.running(self)
     if result.find("[ERROR] BUILD ERROR")!=-1 or result.find("BUILD FAILURE")!=-1:
         print "BUILD ERROR/FAILURE"
         return 100
     self.get_case_list(result)