-
Notifications
You must be signed in to change notification settings - Fork 59
multiple-pipeline-capture: simplify func_error_exit() #523
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
Conversation
|
https://sof-ci.01.org/softestpr/PR523/build407/devicetest/ had:
None can possibly come from this PR. |
|
No new shellcheck warning in https://travis-ci.org/github/thesofproject/sof-test/jobs/744366328 |
aiChaoSONG
left a comment
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.
LGTM
|
Let's not merge this yet because it diverges |
|
Merge this to make multiple-pipeline-playback.sh and multiple-pipeline-capture.sh 99.9% identical. Then we can merge the scripts into one. |
|
SOFCI TEST |
As suggested by Chao in thesofproject#521 Also remove no-op exit $? on the last line. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
|
No new warning in https://travis-ci.org/github/thesofproject/sof-test/jobs/744366328 https://sof-ci.01.org/softestpr/PR523/build422/devicetest is all green. |
In "synchronization" commit 310fed5 I made the same change in |
|
The only failure in https://sof-ci.01.org/softestpr/PR523/build424/devicetest/?model=BSW_CYN_MAX98090&testcase=multiple-pipeline-capture looks like unrelated thesofproject/sof#3462 |
This was apparently missed in thesofproject#529 Together with thesofproject#523 this makes it identical to multiple-pipeline-capture.sh again. Signed-off-by: Marc Herbert <marc.herbert@intel.com>
aiChaoSONG
left a comment
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.
LGTM
|
Small, approved change which has been in review for 6 days, merging. |
As suggested by Chao in #521
Also remove no-op exit $? on the last line.
Signed-off-by: Marc Herbert marc.herbert@intel.com