Changeset 62634

Timestamp:
Jun 9, 2010, 7:09:29 AM (12 years ago)
Author:
Vladimir Prus
Message:

Fix detection of exit status. We use close on pipe to get return status
and if program does exit(1) we get '1'. The code for checking was
using os.WIFSIGNALLED, and that returns true for '1' -- it seems like
it is expecting result of os.system, which would be 256, or something.

(No files)

Note: See TracChangeset for help on using the changeset viewer.