test-case: add set -e to 5 function test#388
test-case: add set -e to 5 function test#388RuiqingX wants to merge 1 commit intothesofproject:masterfrom
Conversation
Fixes: thesofproject#312 Signed-off-by: RuiqingX <ruiqingx.zhang@intel.com>
|
SOFCI TEST |
|
@RuiqingX I think some case may not be able to run with |
|
@RuiqingX Next time when you want to close an issue or a PR, please give some reason. Ruiqing tested that directly adding set -e to 7 cases will not cause any problem, he will submit a new PR with that changes to that 7 cases. @RuiqingX Can you list the script names which |
|
These scripts will have problems after adding set -e: |
|
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. |
|
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