-
Notifications
You must be signed in to change notification settings - Fork 5.7k
feat(cli/tools): add a subcommand --hide-stacktraces
for test
#24095
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dsherret
merged 19 commits into
denoland:main
from
Hajime-san:add-test-subcommand-hide-traces
Aug 20, 2024
Merged
Changes from 10 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
d43a5f8
add a `--hide-traces` subcommand to `test`
Hajime-san 0ce49a4
update test error format for each test reporter when tha flag set `--…
Hajime-san 15a4ff3
update other tools
Hajime-san 2a15f6e
add integration test
Hajime-san eff3a2b
Revert "add integration test"
Hajime-san c1736a3
move to specs
Hajime-san 18dbc7b
remove tap reporter test due to the output of wrong result
Hajime-san 082f127
add newline
Hajime-san 0791b42
add tap reporter test
Hajime-san f662e61
Merge branch 'main' into add-test-subcommand-hide-traces
Hajime-san 89a7edf
Update cli/tools/test/mod.rs
Hajime-san a11bdaf
rename the flag from `--hide-traces` to `--hide-stacktraces`
Hajime-san c2a325b
Merge branch 'main' into add-test-subcommand-hide-traces
Hajime-san 1734e75
Merge branch 'main' into add-test-subcommand-hide-traces
bartlomieju 4ec7ac2
Merge branch 'main' into add-test-subcommand-hide-traces
dsherret acdb9fe
Switch to injecting options in ctors
dsherret b26ba58
slightly more efficient format
dsherret 520d0fb
fix failing tests
dsherret 1489d7a
fix ci
dsherret File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you rename this option to
--hide-stacktraces
?