Browse Source

Enable verbose diagnostics for Boost.Build tests

[SVN r52166]
Vladimir Prus 17 years ago
parent
commit
62de2ee169
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/regression/src/regression.py

+ 1 - 1
tools/regression/src/regression.py

@@ -362,7 +362,7 @@ class runner:
                 bjam_path = os.path.dirname (self.tool_path( self.bjam ))
                 bjam_path = os.path.dirname (self.tool_path( self.bjam ))
                 self.log( "Using bjam binary in '%s'" % (bjam_path))
                 self.log( "Using bjam binary in '%s'" % (bjam_path))
                 os.putenv('PATH', bjam_path + os.pathsep + os.environ['PATH'])
                 os.putenv('PATH', bjam_path + os.pathsep + os.environ['PATH'])
-                utils.system ( [ "%s test_all.py --default-bjam --xml %s > %s" % (sys.executable, t, fn) ] )
+                utils.system ( [ "%s test_all.py --verbose --default-bjam --xml %s > %s" % (sys.executable, t, fn) ] )
             finally:
             finally:
                 os.chdir( cd )
                 os.chdir( cd )
                             
                             

粤ICP备19079148号