Lines Matching refs:exitstatus
154 exitstatus). If 'withexitstatus' is false then this returns just
186 (command_output, exitstatus) = run ('ls -l /bin', withexitstatus=1)
258 return (child_result, child.exitstatus)
369 in self.exitstatus or self.signalstatus. If the child exited normally
370 then exitstatus will store the exit return code and signalstatus will
372 signalstatus will store the signal value and exitstatus will be None.
391 self.exitstatus = None
465 s.append('exitstatus: ' + str(self.exitstatus))
1097 self.exitstatus = os.WEXITSTATUS(status)
1100 self.exitstatus = os.WEXITSTATUS(status)
1105 self.exitstatus = None
1110 return self.exitstatus
1116 exitstatus or signalstatus of the child. This returns True if the child
1163 self.exitstatus = os.WEXITSTATUS(status)
1168 self.exitstatus = None