Searched refs:_should_run (Results 1 – 3 of 3) sorted by relevance
1007 self._should_run = os.path.exists(self._BASE_INIT_FILE)1009 if self._should_run:1025 self._should_run = False1026 if self._should_run:1049 if self._should_run:1063 if self._should_run:
43 def _should_run(suite_spec): function64 extra_task_ids = _should_run(suite_spec)
1957 def _should_run(options): function2093 if options.pre_check and not _should_run(options):