Browse Source

verify Needed to fix plaintext

Mike Smith 12 năm trước cách đây
mục cha
commit
1ac8638622
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      toolset/benchmark/framework_test.py

+ 1 - 1
toolset/benchmark/framework_test.py

@@ -296,7 +296,7 @@ class FrameworkTest:
         self.update_url_passed = False
 
     # plaintext
-    if self.runTests[self.UPDATE]:
+    if self.runTests[self.PLAINTEXT]:
       try:
         out.write( "VERIFYING Plaintext (" + self.plaintext_url + ") ...\n" )
         out.flush()