|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r49787 - trunk/tools/build/v2/test
From: ghost_at_[hidden]
Date: 2008-11-16 08:19:27
Author: vladimir_prus
Date: 2008-11-16 08:19:26 EST (Sun, 16 Nov 2008)
New Revision: 49787
URL: http://svn.boost.org/trac/boost/changeset/49787
Log:
Make sure 'FAILED' is printed on failure
Text files modified:
trunk/tools/build/v2/test/test_all.py | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
Modified: trunk/tools/build/v2/test/test_all.py
==============================================================================
--- trunk/tools/build/v2/test/test_all.py (original)
+++ trunk/tools/build/v2/test/test_all.py 2008-11-16 08:19:26 EST (Sun, 16 Nov 2008)
@@ -58,9 +58,7 @@
failures_count = failures_count + 1
# Restore the current directory, which might be changed by the test.
os.chdir(invocation_dir)
- if not xml:
- BoostBuild.flush_annotations();
- continue
+
if not xml:
if passed:
print "PASSED"
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