Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r79680 - trunk/tools/build/v2/test
From: jurko.gospodnetic_at_[hidden]
Date: 2012-07-22 16:35:41


Author: jurko
Date: 2012-07-22 16:35:40 EDT (Sun, 22 Jul 2012)
New Revision: 79680
URL: http://svn.boost.org/trac/boost/changeset/79680

Log:
Updated Boost Build's internal dependency_test.py unit test report additional information on failure. Minor stylistic comment change.
Text files modified:
   trunk/tools/build/v2/test/dependency_test.py | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: trunk/tools/build/v2/test/dependency_test.py
==============================================================================
--- trunk/tools/build/v2/test/dependency_test.py (original)
+++ trunk/tools/build/v2/test/dependency_test.py 2012-07-22 16:35:40 EDT (Sun, 22 Jul 2012)
@@ -7,7 +7,7 @@
 
 import BoostBuild
 
-t = BoostBuild.Tester()
+t = BoostBuild.Tester(["-d3"], pass_d0=False)
 
 t.set_tree("dependency-test")
 
@@ -53,7 +53,7 @@
 t.expect_nothing_more()
 
 # Included by "src/b.h". We had a bug: file included via "", like "b.h" is in
-# this case was not scanned at all.
+# this case, was not scanned at all.
 t.touch("src1/c.h")
 t.run_build_system()
 t.expect_touch("bin/$toolset/debug/a.exe")


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