Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r83923 - trunk/tools/build/v2/test
From: steven_at_[hidden]
Date: 2013-04-15 21:29:10


Author: steven_watanabe
Date: 2013-04-15 21:29:09 EDT (Mon, 15 Apr 2013)
New Revision: 83923
URL: http://svn.boost.org/trac/boost/changeset/83923

Log:
Don't let python write .pyc files. They might not be updated, if the test runs too fast.
Text files modified:
   trunk/tools/build/v2/test/MockToolset.py | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: trunk/tools/build/v2/test/MockToolset.py
==============================================================================
--- trunk/tools/build/v2/test/MockToolset.py (original)
+++ trunk/tools/build/v2/test/MockToolset.py 2013-04-15 21:29:09 EDT (Mon, 15 Apr 2013)
@@ -191,7 +191,7 @@
 {
     local here = [ path.make [ modules.binding $(__name__) ] ] ;
     here = [ path.native [ path.root [ path.parent $(here) ] [ path.pwd ] ] ] ;
- .config-cmd = [ common.variable-setting-command JAM_CWD : $(here) ] $(.python-cmd) ;
+ .config-cmd = [ common.variable-setting-command JAM_CWD : $(here) ] $(.python-cmd) -B ;
 }
 
 feature.extend toolset : mock ;


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