Browse Source

verify Needed to fix plaintext

Mike Smith 11 years ago
parent
commit
1ac8638622
1 changed files with 1 additions and 1 deletions
  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()