From de0c7051099a1142969cdd190e3e15b9839c1477 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Wed, 24 Jul 2024 14:16:07 +0200 Subject: [PATCH] TMP: Add debug output to test --- src/test/shell/bazel/remote/remote_execution_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/shell/bazel/remote/remote_execution_test.sh b/src/test/shell/bazel/remote/remote_execution_test.sh index 9ba3a07ffaafac..6ee9abf51c7a64 100755 --- a/src/test/shell/bazel/remote/remote_execution_test.sh +++ b/src/test/shell/bazel/remote/remote_execution_test.sh @@ -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