~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to tests/lib/test_mgmt/test_management.py

  • Committer: Lee Bieber
  • Date: 2011-02-10 18:34:13 UTC
  • mfrom: (2151.8.3 dbqp_fixes)
  • mto: This revision was merged to the branch mainline in revision 2155.
  • Revision ID: kalebral@gmail.com-20110210183413-bykzel58bzkzzekm
Merge Patrick - 715885: dbqp needs to return non-zero if tests fail

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
  
291
291
        self.logging.verbose("Reordering testcases to optimize test execution...")
292
292
 
 
293
    def has_failing_tests(self):
 
294
        return (self.get_count_by_status('fail') + self.get_count_by_status('timeout'))
 
295