Skip to content

Commit

Permalink
test filter1
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Oct 24, 2024
1 parent ffa9c2b commit 7490e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/ci_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -2072,7 +2072,7 @@ def run_onnxruntime_tests(args, source_dir, ctest_path, build_dir, configs):
executables.append("onnxruntime_global_thread_pools_test")
executables.append("onnxruntime_customopregistration_test")
for exe in executables:
test_output = f"--gtest_filter==*FusedMatMulOpTest* --gtest_output=xml:{cwd}/{exe}.{config}.results.xml"
test_output = f"--gtest_filter=*FusedMatMulOpTest* --gtest_output=xml:{cwd}/{exe}.{config}.results.xml"
run_subprocess([os.path.join(cwd, exe), test_output], cwd=cwd, dll_path=dll_path)
else:
ctest_cmd = [ctest_path, "--build-config", config, "--verbose", "--timeout", args.test_all_timeout]
Expand Down

0 comments on commit 7490e44

Please sign in to comment.