Home
last modified time | relevance | path

Searched refs:returncode (Results 1 – 25 of 104) sorted by relevance

12345

/openbmc/openbmc/poky/bitbake/contrib/
H A Dbbparse-torture.py59 if r.returncode != 0:
60 print("Calibration run exited with %d" % r.returncode)
82 if proc.returncode == 0:
85 print("Exited with %d" % proc.returncode)
/openbmc/qemu/scripts/performance/
H A DtopN_perf.py60 if check_perf_presence.returncode:
67 if check_perf_executability.returncode:
96 if perf_record.returncode:
106 if perf_report.returncode:
H A DtopN_callgrind.py60 if check_valgrind_presence.returncode:
69 if callgrind.returncode:
78 if callgrind_annotate.returncode:
H A Ddissect.py80 if check_valgrind.returncode:
97 if callgrind.returncode:
106 if callgrind_annotate.returncode:
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gimp/gimp/
H A D0002-meson.build-reproducibility-fix.patch27 - if cc_cmd.returncode() == 0
31 +# if cc_cmd.returncode() == 0
39 - if cc_cmd.returncode() == 0
46 +# if cc_cmd.returncode() == 0
/openbmc/openbmc/poky/meta/lib/oe/package_manager/
H A Dcommon_deb_ipk.py37 if proc.returncode:
39 "returned %d:\n%s" % (cmd, proc.returncode, proc.stderr))
82 … "returned %d:\n%s" % (pkg_path, ' '.join(cmd), e.returncode, e.output.decode("utf-8")))
/openbmc/qemu/scripts/
H A Dundefsym.py35 if pc.returncode != 0:
41 if pc.returncode != 0:
H A Dcheck_sparse.py58 if r.returncode != 0:
59 sys.exit(r.returncode)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0002-run_program-support-timeout.patch47 + program_log.debug("Return code: %d", proc.returncode)
48 + return (proc.returncode, proc.stdout.read())
82 - program_log.debug("Return code: %d", proc.returncode)
84 - return (proc.returncode, out)
H A D0003-support-infinit-timeout.patch35 program_log.debug("Return code: %d", proc.returncode)
36 return (proc.returncode, proc.stdout.read())
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcollector/
H A Dviews.py45 if importer.returncode == 0:
47 …return HttpResponse("== Retval %d\n== STDOUT\n%s\n\n== STDERR\n%s" % (importer.returncode, out, er…
/openbmc/openbmc/poky/bitbake/lib/bb/compress/
H A D_pipecompress.py137 returncode = self.p.wait()
138 if returncode:
139 raise CompressionError("Process died with %d" % returncode)
/openbmc/qemu/tests/qemu-iotests/
H A D27775 if proc.returncode < 0:
76 log('NBD {}: EXIT SIGNAL {}\n'.format(connector, proc.returncode))
/openbmc/openbmc/poky/meta/lib/oe/package_manager/ipk/
H A D__init__.py87 if p.returncode or cmd_stderr:
89 "returned %d and stderr:\n%s" % (cmd, p.returncode, cmd_stderr))
272 "returned %d:\n%s" % (cmd, e.returncode, e.output.decode("utf-8")))
312 (cmd, e.returncode, e.output.decode("utf-8")))
331 "returned %d:\n%s" % (e.cmd, e.returncode, e.output.decode("utf-8")))
378 "returned %d:\n%s" % (cmd, e.returncode, e.output.decode("utf-8")))
385 if proc.returncode:
387 "returned %d:\n%s" % (cmd, proc.returncode, proc.stderr))
/openbmc/openbmc/poky/meta-selftest/recipes-test/poison/
H A Dpoison.bb26 if proc.returncode != 0 and "is unsafe for cross-compilation" in proc.stderr:
29 …bb.error(f"{name} is not poisoned. Exit status {proc.returncode}, output: {proc.stdout} {proc.stde…
/openbmc/openbmc/poky/meta/lib/oeqa/core/target/
H A Dssh.py292 if process.returncode == None:
310 if process.returncode == 0:
311 process.returncode = 255
338 if process.returncode == None:
343 return (process.returncode, output if raw else output.rstrip())
/openbmc/openbmc/poky/meta/lib/oe/
H A Dgpg_sign.py102 if job.returncode:
103 … bb.fatal("GPG exited with code %d: %s" % (job.returncode, stderr.decode("utf-8")))
135 ret = False if status.returncode else True
/openbmc/openbmc/meta-arm/meta-arm/lib/fvp/
H A Drunner.py145 if self._fvp_process and self._fvp_process.returncode and \
146 self._fvp_process.returncode > 0:
150 return self._fvp_process.returncode
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dprocess.py185 if pipe.returncode != 0:
188 raise ExecutionError(cmd, pipe.returncode, None, None)
189 raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
/openbmc/qemu/tests/functional/qemu_test/
H A Dtesseract.py17 if proc.returncode:
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsubprocesstweak.py16 s = "Command '%s' returned non-zero exit status %d" % (self.cmd, self.returncode)
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-prctl/
H A D0001-support-cross-complication.patch44 -if sp.returncode:
50 -if sp.returncode:
/openbmc/openbmc/poky/meta/lib/oe/package_manager/deb/
H A D__init__.py111 "returned %d:\n%s" % (' '.join(cmd), e.returncode, e.output.decode("utf-8")))
210 (control_script.name, pkg_name, e.returncode,
225 "returned %d:\n%s" % (e.cmd, e.returncode, e.output.decode("utf-8")))
249 (cmd, e.returncode, e.output.decode("utf-8")))
289 "returned %d:\n%s" % (e.cmd, e.returncode, e.output.decode("utf-8")))
424 "returned %d:\n%s" % (cmd, e.returncode, e.output.decode("utf-8")))
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-patch.py51 if ret.returncode != 0:
/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Drunfvp.py30 … self.assertEqual(ret.returncode, 0, f"runfvp exit {ret.returncode}, output: {ret.stdout}")
33 … self.assertNotEqual(ret.returncode, 0, f"runfvp exit {ret.returncode}, output: {ret.stdout}")

12345