浏览代码

verify Needed to fix plaintext

Mike Smith 12 年之前
父节点
当前提交
1ac8638622
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()