Lines Matching refs:options
28 import options
111 if not options.arguments.compile_mode in ['all', 'full']:
117 if options.arguments.hap_mode in ['all', 'release']:
118 passed_release = task_info.release_info.result == options.TaskResult.passed
119 if options.arguments.hap_mode == ['all', 'debug']:
120 passed_debug = task_info.debug_info.result == options.TaskResult.passed
126 if not options.arguments.compile_mode in ['all', 'incremental']:
135 if options.arguments.hap_mode in ['all', 'release']:
136 … passed_release = passed_release and inc_task.release_info.result == options.TaskResult.passed
137 if options.arguments.hap_mode == ['all', 'debug']:
138 passed_debug = passed_debug and inc_task.debug_info.result == options.TaskResult.passed
148 passed = passed and (test.result == options.TaskResult.passed)
165 if result_type == options.TaskResult.passed:
167 elif result_type == options.TaskResult.failed:
220 debug_result = options.TaskResult.undefind
221 release_result = options.TaskResult.undefind
245 result = options.TaskResult.undefind
369 daily_report_file = options.configs.get('output_html_file')
380 output_log_file = options.configs.get('log_file')