Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions scripts/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -302,11 +302,12 @@ assert_fails env \
"$ROOT/scripts/package-release.sh" "$TAG"
[[ ! -e "$rejected_out" ]] || fail 'rejected notarization published release output'

# The happy path exercises dual builds, signing/notary calls, packaging, provenance,
# basename-only checksums, and the token-free exact-inventory verifier.
# The happy path exercises the packager's default runner path, dual builds,
# signing/notary calls, packaging, provenance, basename-only checksums, and the
# token-free exact-inventory verifier.
: >"$MOCK_LOG"
release_out="$WORK/release-output"
MCP_RUNNER=env \
env -u MCP_RUNNER \
MCPORTER_RELEASE_OUT_DIR="$release_out" \
MAC_RELEASE_CODESIGN_IDENTITY="$EXPECTED_IDENTITY" \
NOTARYTOOL_KEYCHAIN_PROFILE=mock-profile \
Expand Down