Browse Source

Print config options better

Hamilton Turner 10 years ago
parent
commit
4f57e41048
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolset/run-tests.py

+ 1 - 1
toolset/run-tests.py

@@ -178,7 +178,7 @@ def main(argv=None):
 
     if args.verbose:
         print 'Configuration options: '
-        pprint(args)
+        pprint(vars(args))
 
     benchmarker = Benchmarker(vars(args))