Boost logo

Boost-Commit :

From: daniel_at_[hidden]
Date: 2007-11-19 11:03:51


Author: danielw
Date: 2007-11-19 11:03:50 EST (Mon, 19 Nov 2007)
New Revision: 41231
URL: http://svn.boost.org/trac/boost/changeset/41231

Log:
Removed PJL from receipe.

Text files modified:
   branches/bitten/tools/regression/src/recipe.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: branches/bitten/tools/regression/src/recipe.py
==============================================================================
--- branches/bitten/tools/regression/src/recipe.py (original)
+++ branches/bitten/tools/regression/src/recipe.py 2007-11-19 11:03:50 EST (Mon, 19 Nov 2007)
@@ -197,7 +197,7 @@
   '''
 project_xml ='''
   <step id="%(id)s" description="Tests run in %(project_path)s" onerror="continue">
- <python:exec file="tools_regression/src/run.py" args="--incremental --clean-log --library=%(project_path)s --bjam-options=-j${boost.parallelism} ${boost.lib-build-options} --reflect-test-status --bitten-report=results/%(project_path)s.xml test-run test-process create-bitten-report" />
+ <python:exec file="tools_regression/src/run.py" args="--incremental --clean-log --library=%(project_path)s --bjam-options=-j${boost.parallelism} ${boost.lib-build-options} --reflect-test-status --bitten-report=results/%(project_path)s.xml test-run create-bitten-report" />
     <report category="test" file="results/%(project_path)s.xml" />
   </step>
 '''


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