~drizzle-trunk/drizzle/development

« back to all changes in this revision

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

updating

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                if self.current_test_status == 'fail' and not self.execution_manager.force:
98
98
                    self.logging.error("Failed test.  Use --force to execute beyond the first test failure")
99
99
                    keep_running = 0
 
100
                self.current_test_status = None # reset ourselves
100
101
        self.status = 0
101
102
 
102
103
    def get_testCase(self):