Searched refs:returncode (Results 1 – 25 of 26) sorted by relevance
12
60 if check_perf_presence.returncode:67 if check_perf_executability.returncode:96 if perf_record.returncode:106 if perf_report.returncode:
60 if check_valgrind_presence.returncode:69 if callgrind.returncode:78 if callgrind_annotate.returncode:
80 if check_valgrind.returncode:97 if callgrind.returncode:106 if callgrind_annotate.returncode:
35 if pc.returncode != 0:41 if pc.returncode != 0:
58 if r.returncode != 0:59 sys.exit(r.returncode)
58 if result.returncode != 0:59 sys.exit(result.returncode)
103 if proc.returncode != 0:
75 if proc.returncode < 0:76 log('NBD {}: EXIT SIGNAL {}\n'.format(connector, proc.returncode))
163 if subp.returncode < 0:166 {-subp.returncode}: {cmd}\n')167 if drop_successful_output and subp.returncode == 0:169 return (output, subp.returncode)240 if check and subp.returncode or (subp.returncode < 0):242 subp.returncode, args,296 if exc.returncode < 0:507 return returncode, output if returncode else ''558 if exc.returncode == 1:1477 if res.returncode:[all …]
106 if proc.returncode != 0:125 if proc.returncode != 0:191 if proc.returncode != 0:
249 "Identical" if sub.returncode == 0 else "Mismatch",250 "OK!" if sub.returncode == expected_ret else "ERROR!"),
291 ret = proc.returncode
115 if p.returncode != 0:120 (" ".join(cmd), p.returncode)
150 assert res.returncode == 0156 assert res.returncode == 0
34 assert res.returncode == 0
51 if ret.returncode != 0:
38 if p.returncode == 0:
36 if p.returncode == 0:
131 if result.returncode:144 if result.returncode:147 sys.exit(result.returncode)
74 ret = subp.returncode
48 if lcitool.returncode != 0:
34 build_docs = (sphinx_build_test_out.returncode() == 0)
90 return process.returncode
87 ret = subp.returncode
391 logger.error("returncode: %d", exc.returncode)