Lines Matching refs:exit_code
106 conf_log, exit_code = RunCmd(
108 if exit_code != 0:
113 run_log, exit_code = RunCmd('make -j2 check')
114 test_results[uconfig_no]['unit_test'] = (exit_code == 0)
122 conf_log, exit_code = RunCmd(
124 if exit_code != 0:
129 run_log, exit_code = RunCmd('make -j2 check')
130 test_results['all_flags']['unit_test'] = (exit_code == 0)
150 conf_log, exit_code = RunCmd('./runConfigureICU Linux --prefix=/tmp/icu_cnfg')
151 if exit_code != 0:
156 inst_log, exit_code = RunCmd('make -j2 install')
157 if exit_code != 0:
164 run_log, exit_code = RunCmd(
166 test_results[uconfig_no]['hdr_test'] = (exit_code == 0)
172 run_log, exit_code = RunCmd(
174 test_results['all_flags']['hdr_test'] = (exit_code == 0)