Uh oh!
There was an error while loading. Please reload this page.
test-case: add set -e to 5 function test - #388
Conversation
Fixes: thesofproject#312 Signed-off-by: RuiqingX <ruiqingx.zhang@intel.com>
RuiqingX
commented
Sep 22, 2020
SOFCI TEST |
xiulipan
commented
Sep 22, 2020
@RuiqingX I think some case may not be able to run with |
aiChaoSONG
commented
Sep 23, 2020
RuiqingX
commented
Sep 23, 2020
These scripts will have problems after adding set -e: |
marc-hb
commented
Sep 23, 2020
Thanks @RuiqingX , if you're not sure how to make a script compatible with A good start for any script is to fix shellcheck warnings first. One script at a time to minimize any unexpected CI impact. |
marc-hb
commented
Sep 23, 2020
Newer PR with a couple scripts from this list + other scripts: #400 |
test-case: add set -e to 5 function test
Fixes: #312
Signed-off-by: RuiqingX ruiqingx.zhang@intel.com