Skip to content

Commit 4017229

Browse files
committed
Decrease verbosity on stderr from parsing cargo metadata
1 parent 1db37d1 commit 4017229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ unit-tests-flaky:
196196
# depend on this to pre-generate metadata, and/or use it inside a recipe as `"$({{ j }} dbg)"`
197197
[private]
198198
dbg:
199-
set -eux; \
199+
set -eu; \
200200
target_dir="$(cargo metadata --format-version 1 | jq -r .target_directory)"; \
201201
test -n "$target_dir"; \
202202
echo "$target_dir/debug"

0 commit comments

Comments
 (0)