Skip to content

Commit 363b5d1

Browse files
committed
Fix DisabledValgrind suffix
1 parent a30597c commit 363b5d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/run_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def run_core(self):
120120
shlex.split(self.valgrind_cmd)
121121
+ [str(self.work_dir / "core_func_tests")]
122122
+ self.__get_gtest_settings(1, "*")
123-
+ ["--gtest_filter=*:-*_disabled_valgrind"]
123+
+ ["--gtest_filter=*:-*DisabledValgrind"]
124124
)
125125

126126
self.__run_exec(

0 commit comments

Comments
 (0)