Home
last modified time | relevance | path

Searched refs:exitstatus (Results 1 – 6 of 6) sorted by relevance

/openbmc/openbmc/poky/scripts/contrib/
H A Dtest_build_time.sh205 exitstatus=$PIPESTATUS
214 if [ $exitstatus != 0 ] ; then
216 echo "*** Build failed (exit code $exitstatus), skipping..." | tee -a $logfile
/openbmc/openbmc/poky/meta/lib/oe/
H A Dpatch.py21 def __init__(self, command, exitstatus, output): argument
23 self.status = exitstatus
47 exitstatus = proc.returncode
48 if exitstatus != 0:
49 raise CmdError(cmd, exitstatus >> 8, "stdout: %s\nstderr: %s" % (stdout, stderr))
/openbmc/u-boot/Documentation/sphinx/
H A Dparse-headers.pl18 pod2usage(-exitstatus => 0, -verbose => 2) if $man;
/openbmc/linux/Documentation/sphinx/
H A Dparse-headers.pl18 pod2usage(-exitstatus => 0, -verbose => 2) if $man;
/openbmc/linux/scripts/
H A Dget_feat.pl40 pod2usage(-exitstatus => 0, -verbose => 2) if $man;
H A Dget_abi.pl53 pod2usage(-exitstatus => 0, -noperldoc, -verbose => 2) if $man;