On 8/20/07, Mike McGrath <mmcgrath@xxxxxxxxxx> wrote: > > > > def _watch_mock(self, good_exit, bad_exit): > > (aux_pid, status) = os.waitpid(self._childpid, os.WNOHANG) > > status = os.WEXITSTATUS(status) > > if aux_pid: > > + self._log("_watch_mock(): PID %d exit status %d\n" % (self._childpid, status)) > > self._childpid = 0 > > if status == 0: > > self._done_status = good_exit > > elif status > 0: > > self._done_status = bad_exit > > > > self._copy_mock_output_to_log() > > self._start_cleanup() > > > > Dan > > > > > > > Thanks dan, I've added this to the builders and it appears to be > working. All people with this failed sucess please resubmit and let us > know how it goes. > > http://buildsys.fedoraproject.org/logs/fedora-5-epel/35767-nagios-2.9-1.el5/i386/job.log > <-- working example. I just had a "failed" build here: http://buildsys.fedoraproject.org/logs/fedora-6-extras/35774-sysprof-kmod-1.0.8-1.2.6.22.2_42.fc6/i586/job.log _watch_mock(): PID 7083 exit status 0 -- Fedora-maintainers mailing list Fedora-maintainers@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers -- Fedora-maintainers-readonly mailing list Fedora-maintainers-readonly@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-maintainers-readonly