|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r51390 - trunk/tools/build/v2/test
From: jurko.gospodnetic_at_[hidden]
Date: 2009-02-22 10:55:05
Author: jurko
Date: 2009-02-22 10:55:04 EST (Sun, 22 Feb 2009)
New Revision: 51390
URL: http://svn.boost.org/trac/boost/changeset/51390
Log:
Removed trailing spaces.
Text files modified:
trunk/tools/build/v2/test/test_all.py | 14 +++++++-------
1 files changed, 7 insertions(+), 7 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 2009-02-22 10:55:04 EST (Sun, 22 Feb 2009)
@@ -13,8 +13,8 @@
xml = "--xml" in sys.argv
toolset = BoostBuild.get_toolset()
-
-
+
+
# Clear environment for testing.
#
for s in ('BOOST_ROOT', 'BOOST_BUILD_PATH', 'JAM_TOOLSET', 'BCCROOT', 'MSVCDir',
@@ -42,7 +42,7 @@
pass_count = 0
failures_count = 0
-
+
for i in all_tests:
passed = 1
if not xml:
@@ -58,12 +58,12 @@
failures_count = failures_count + 1
# Restore the current directory, which might be changed by the test.
os.chdir(invocation_dir)
-
+
if not xml:
if passed:
print "PASSED"
else:
- print "FAILED"
+ print "FAILED"
else:
rs = "succeed"
if not passed:
@@ -79,8 +79,8 @@
print """
</run>
</test-log>
-"""
-
+"""
+
pass_count = pass_count + 1
sys.stdout.flush() # Makes testing under emacs more entertaining.
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