浏览代码

Fixes cached queries test type (#3774)

Mike Smith 7 年之前
父节点
当前提交
d069cabeab
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      toolset/benchmark/test_types/cached_query_type.py

+ 1 - 1
toolset/benchmark/test_types/cached_query_type.py

@@ -37,7 +37,7 @@ class CachedQueryTestType(FrameworkTestType):
             return problems
             return problems
 
 
     def get_script_name(self):
     def get_script_name(self):
-        return 'concurrency.sh'
+        return 'query.sh'
 
 
     def get_script_variables(self, name, url):
     def get_script_variables(self, name, url):
         return {
         return {