mirror of
https://github.com/boostorg/boost.git
synced 2025-04-13 08:33:00 +00:00
Revert the previous change
[SVN r52167]
This commit is contained in:
parent
62de2ee169
commit
16815875ec
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ class runner:
|
|||
bjam_path = os.path.dirname (self.tool_path( self.bjam ))
|
||||
self.log( "Using bjam binary in '%s'" % (bjam_path))
|
||||
os.putenv('PATH', bjam_path + os.pathsep + os.environ['PATH'])
|
||||
utils.system ( [ "%s test_all.py --verbose --default-bjam --xml %s > %s" % (sys.executable, t, fn) ] )
|
||||
utils.system ( [ "%s test_all.py --default-bjam --xml %s > %s" % (sys.executable, t, fn) ] )
|
||||
finally:
|
||||
os.chdir( cd )
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue