Skip to content

Commit ebc3d4c

Browse files
committed
fix
1 parent f7fe1c0 commit ebc3d4c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/starlark_tests/targets_under_test/apple/ipa_post_processor_verify_codesigning.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@
1717
set -eu
1818

1919
WORKDIR="$1"
20+
SEARCH_ROOT="${TREE_ARTIFACT_OUTPUT:-$WORKDIR}"
2021

2122
# Save all codesigning output for each framework to verify later that they are
2223
# not being re-signed.
2324
for app in \
24-
$(find "$WORKDIR" -type d \
25+
$(find "$SEARCH_ROOT" -type d \
2526
\( -name "*.app" -o -name "*.appex" -o -name "*.bundle" -o -name "*.framework" -o -name "*.qlgenerator" -o -name "*.xpc" \)); do
2627
CODESIGN_FMWKS_OUTPUT="$app.codesign_v_fmwks_output.txt"
2728
if [ "$APPLE_SDK_PLATFORM" != "MacOSX" ]; then

0 commit comments

Comments
 (0)