Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r50179 - trunk/tools/build/v2/test
From: ghost_at_[hidden]
Date: 2008-12-07 09:56:43


Author: vladimir_prus
Date: 2008-12-07 09:56:43 EST (Sun, 07 Dec 2008)
New Revision: 50179
URL: http://svn.boost.org/trac/boost/changeset/50179

Log:
Include more attributes in test results
Text files modified:
   trunk/tools/build/v2/test/test_all.py | 5 +++--
   1 files changed, 3 insertions(+), 2 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-12-07 09:56:43 EST (Sun, 07 Dec 2008)
@@ -69,8 +69,9 @@
             if not passed:
                 rs = "fail"
             print """
-<test-log library="build" test-name="%s" test-type="run" toolset="%s">
-<run result="%s">""" % (i, toolset, rs)
+<test-log library="build" test-name="%s" test-type="run" toolset="%s" test-program="%s" target-directory="%s">
+<run result="%s">""" % (i, toolset, "tools/build/v2/test/" + i + ".py",
+ "boost/bin.v2/boost.build.tests/" + toolset + "/" + i, rs)
 
             if not passed:
                 BoostBuild.flush_annotations(1)


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