Boost logo

Boost-Commit :

From: troy_at_[hidden]
Date: 2008-07-19 11:18:34


Author: troy
Date: 2008-07-19 11:18:34 EDT (Sat, 19 Jul 2008)
New Revision: 47601
URL: http://svn.boost.org/trac/boost/changeset/47601

Log:

Bug would result in incorrect passes of some tests when not in build
slave mode.

Text files modified:
   branches/CMake/release/tools/build/CMake/passthru.py.in | 2 ++
   1 files changed, 2 insertions(+), 0 deletions(-)

Modified: branches/CMake/release/tools/build/CMake/passthru.py.in
==============================================================================
--- branches/CMake/release/tools/build/CMake/passthru.py.in (original)
+++ branches/CMake/release/tools/build/CMake/passthru.py.in 2008-07-19 11:18:34 EDT (Sat, 19 Jul 2008)
@@ -41,6 +41,8 @@
 except EnvironmentError, e:
     ex = e
 
+returncode = subproc.returncode
+
 if stdout:
     print stdout
 if stderr:


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk