mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 12:42:11 +00:00
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. [SVN r62634]
# Copyright 2002 Dave Abrahams # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) See test_system.html for detailed information on using the Boost Build test system.