Update of /cvsroot/boost/boost/tools/build/v2/tools
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv3400
Modified Files:
Tag: RC_1_34_0
python.jam
Log Message:
Merge: Don't remove python scripts for Python tests.
Index: python.jam
===================================================================
RCS file: /cvsroot/boost/boost/tools/build/v2/tools/python.jam,v
retrieving revision 1.12.2.27
retrieving revision 1.12.2.28
diff -u -d -r1.12.2.27 -r1.12.2.28
--- python.jam 14 Oct 2006 10:46:17 -0000 1.12.2.27
+++ python.jam 18 Nov 2006 09:00:49 -0000 1.12.2.28
@@ -613,7 +613,10 @@
# over explicitly.
RUN_PATH on $(sources[1]) = [ on $(sources[2]) return $(RUN_PATH) ] ;
PYTHONPATH = [ on $(sources[2]) return $(LOCATE) ] ;
- testing.capture-output $(target) : $(sources[1]) : $(properties) ;
+ # After test is run, we remove the Python module, but not the Python
+ # script.
+ testing.capture-output $(target) : $(sources[1]) : $(properties)
+ : $(sources[2]) ;
local c = [ common.prepend-path-variable-command PYTHONPATH :
$(PYTHONPATH) ] ;
LAUNCHER on $(target) = $(c) [ on $(target) return $(PYTHON) ] ;
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs