fix(trace-exec): reject invalid command line arguments and add support builtin testing - #102
Open
yuKing123-king wants to merge 1 commit into
Open
Conversation
yuKing123-king
force-pushed
the
test/add-mock-trace-exec-BUILTIN
branch
from
July 21, 2026 02:37
e4ead48 to
129eca4
Compare
yuKing123-king
force-pushed
the
test/add-mock-trace-exec-BUILTIN
branch
from
July 21, 2026 07:52
129eca4 to
86353b9
Compare
Contributor
Author
|
yuKing123-king
force-pushed
the
test/add-mock-trace-exec-BUILTIN
branch
2 times, most recently
from
July 31, 2026 03:15
f1d78c1 to
bfe1d80
Compare
Signed-off-by: Wang Yu <wangyu6@uniontech.com>
yuKing123-king
force-pushed
the
test/add-mock-trace-exec-BUILTIN
branch
from
July 31, 2026 03:40
bfe1d80 to
e54df87
Compare
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
对本次trace-exec工具修改的内容
当用户传入-d -u的参数是负数或字母或极大值时,不会报错反馈给用户,导致工具状态异常,但是用户侧得不到反馈。现已增加参数异常报错反馈