We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c45d59 commit 891a2dbCopy full SHA for 891a2db
1 file changed
scripts/run_tests.py
@@ -86,7 +86,7 @@ def __get_gtest_settings(repeats_count, type_task):
86
87
def run_threads(self):
88
if platform.system() == "Linux" and not self.__ppc_env.get("PPC_ASAN_RUN"):
89
- for task_type in ["omp", "seq", "stl", "tbb"]:
+ for task_type in ["seq", "stl", "tbb"]:
90
self.__run_exec(
91
shlex.split(self.valgrind_cmd)
92
+ [str(self.work_dir / 'ppc_func_tests')]
0 commit comments