Browse Source

more lines

Shawn Bandy 12 years ago
parent
commit
8a406887fc
1 changed files with 2 additions and 2 deletions
  1. 2 2
      toolset/benchmark/benchmarker.py

+ 2 - 2
toolset/benchmark/benchmarker.py

@@ -370,8 +370,8 @@ class Benchmarker:
       if self.type != 'all' and not test.contains_type(self.type):
         continue
 
-      if runattempts != None and test.name in runattempts:
-        continue
+      #if runattempts != None and test.name in runattempts:
+      #  continue
 
       #runattempts.append(test.name)
       print textwrap.dedent("""