Skip to content

Commit

Permalink
TMP: Add debug output to test
Browse files Browse the repository at this point in the history
  • Loading branch information
fmeum committed Jul 24, 2024
1 parent 807c278 commit de0c705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/shell/bazel/remote/remote_execution_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3113,7 +3113,7 @@ cc_binary(
genrule(
name = "rule",
outs = ["out"],
cmd = "$(location :tool) > $@",
cmd = "otool -l $(location :tool) && ls -R $(location :tool).runfiles && DYLD_PRINT_LIBRARIES=1 $(location :tool) > $@",
tools = [":tool"],
)
EOF
Expand Down

0 comments on commit de0c705

Please sign in to comment.