Skip to content

Commit

Permalink
cwd
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Oct 8, 2023
1 parent 4ddb704 commit 2c3aad9
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 @@ -1818,7 +1818,7 @@ def run_onnxruntime_tests(args, source_dir, ctest_path, build_dir, configs):
# run_subprocess(ctest_cmd, cwd=cwd, dll_path=dll_path)
models_dir = os.path.join(cwd, "models", "zoo")
print(f"models_dir = {models_dir}")
run_subprocess([os.path.join(cwd, config, "onnxruntime_test_all"), "--gtest_filter='*zoo*'"], cwd=cwd, dll_path=dll_path)
run_subprocess([os.path.join(cwd, config, "onnxruntime_test_all"), "--gtest_filter='*zoo*'"], cwd=os.path.join(cwd, config), dll_path=dll_path)

if args.enable_pybind:
python_path = None
Expand Down

0 comments on commit 2c3aad9

Please sign in to comment.