Ver Fonte

master Fixed a bug with query warnings.

Mike Smith há 11 anos atrás
pai
commit
59d868548f
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      toolset/benchmark/framework_test.py

+ 1 - 0
toolset/benchmark/framework_test.py

@@ -423,6 +423,7 @@ class FrameworkTest:
       out.write("-----------------------------------------------------\n\n")
       out.flush()
 
+      self.query_url_warn = False
       url2 = self.benchmarker.generate_url(self.query_url + "0", self.port)
       output2 = self.__curl_url(url2, self.QUERY, out, err)
       if not self.validateQueryOneOrLess(output2, out, err):