Shawn Bandy преди 12 години
родител
ревизия
8a406887fc
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  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):
       if self.type != 'all' and not test.contains_type(self.type):
         continue
         continue
 
 
-      if runattempts != None and test.name in runattempts:
-        continue
+      #if runattempts != None and test.name in runattempts:
+      #  continue
 
 
       #runattempts.append(test.name)
       #runattempts.append(test.name)
       print textwrap.dedent("""
       print textwrap.dedent("""