Skip to content

Commit

Permalink
fix: refine comments
Browse files Browse the repository at this point in the history
  • Loading branch information
halajohn committed Sep 19, 2024
1 parent 7f5f28d commit c13018d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build/common/rust/rust_build_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,8 @@ def copy_test_binaries(
# 'name' in [[bin]] or [[lib]] in a crate).
unit_test_output_name = get_crate_test_output_name(args.log_level)

# The output of the dependencies will be in <target_path>/<build_type>
# /deps, while the output of the tests will be in <target_path>/<target>
# /<build_type>/deps.
# The output of the tests will be in
# <target_path>/<target>/<build_type>/deps
if args.test_output_dir != "":
# Copy the unit test binary.
copy_test_binaries(
Expand Down

0 comments on commit c13018d

Please sign in to comment.