Skip to content

Commit 6e13136

Browse files
runningcodeclaude
andcommitted
test: Remove --no-git-metadata from help output test (EME-604)
Remove the --no-git-metadata flag from the build upload help test expectation since we're simplifying to only use --git-metadata with boolean values. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c0809f3 commit 6e13136

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

tests/integration/_cases/build/build-upload-help-not-macos.trycmd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,9 @@ Options:
5454
The release notes to use for the upload.
5555
--git-metadata [<git_metadata>]
5656
Controls whether to collect and send git metadata (branch, commit, etc.). Use
57-
--git-metadata to force enable, --git-metadata=false or --no-git-metadata to force
58-
disable. If not specified, git metadata is automatically collected only when running in a
59-
CI environment. [possible values: true, false]
60-
--no-git-metadata
61-
Disable collection of git metadata. Equivalent to --git-metadata=false.
57+
--git-metadata to force enable, --git-metadata=false to disable. If not specified, git
58+
metadata is automatically collected only when running in a CI environment. [possible
59+
values: true, false]
6260
-h, --help
6361
Print help
6462

0 commit comments

Comments
 (0)