Boost logo

Boost-Commit :

From: troy_at_[hidden]
Date: 2008-07-03 19:36:35


Author: troy
Date: 2008-07-03 19:36:34 EDT (Thu, 03 Jul 2008)
New Revision: 47061
URL: http://svn.boost.org/trac/boost/changeset/47061

Log:
tests that run and spew to stderr aren't warns
Text files modified:
   branches/CMake/release/tools/build/CMake/classify.py.in | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/CMake/release/tools/build/CMake/classify.py.in
==============================================================================
--- branches/CMake/release/tools/build/CMake/classify.py.in (original)
+++ branches/CMake/release/tools/build/CMake/classify.py.in 2008-07-03 19:36:34 EDT (Thu, 03 Jul 2008)
@@ -28,7 +28,7 @@
         step['status'] = 'unexpected_pass'
         return
 
- if len(step['stderr']) != 0 and not step['stderr'].isspace():
+ if step['op'] != 'run' and len(step['stderr']) != 0 and not step['stderr'].isspace():
         step['status'] = 'warn'
         return
 


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