Sfoglia il codice sorgente

Print config options better

Hamilton Turner 11 anni fa
parent
commit
4f57e41048
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      toolset/run-tests.py

+ 1 - 1
toolset/run-tests.py

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