-
Notifications
You must be signed in to change notification settings - Fork 5
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
busybox: enable testcase logging #69
Conversation
16b34ed
to
7b4a54a
Compare
Unit Test Results5 957 tests +334 5 316 ✔️ +316 30m 42s ⏱️ + 3m 24s Results for commit 3ba316c. ± Comparison against base commit 9feddd4. This pull request removes 1 and adds 335 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
+ echo "Running testcase $NAME" | ||
[ -z "$VERBOSE" ] || echo "echo -ne '$4' >input" | ||
[ -z "$VERBOSE" ] || echo "echo -ne '$5' | $2" | ||
$ECHO -ne "$5" | eval "$2" > actual |
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.
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.
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.
Thanks, one more nitpick: maybe it would be good to do ---Testcase 'testcase name' starting---
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.
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.
Isn't it the same?
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.
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.
Yeah, exactly
7b4a54a
to
5c484af
Compare
3cf8e34
to
95ae0a4
Compare
JIRA: CI-384
95ae0a4
to
3ba316c
Compare
JIRA: CI-384
Description
Motivation and Context
Types of changes
How Has This Been Tested?
Checklist:
Special treatment