Skip to content

Commit

Permalink
Change back to build base
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Della Vedova <[email protected]>
  • Loading branch information
luca-della-vedova committed Jul 10, 2024
1 parent bdbbf81 commit 1becab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions colcon_cargo/task/cargo/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def _test_cmd(self, cargo_args):
'test',
'--quiet',
'--target-dir',
args.install_base,
args.build_base,
] + cargo_args + [
'--',
'--color=never',
Expand All @@ -109,7 +109,7 @@ def _doc_test_cmd(self, cargo_args):
'test',
'--quiet',
'--target-dir',
args.install_base,
args.build_base,
'--doc',
] + cargo_args + [
'--',
Expand Down

0 comments on commit 1becab3

Please sign in to comment.