Skip to content

Update CI #4334

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

Closed
wants to merge 1 commit into from
Closed

Update CI #4334

wants to merge 1 commit into from

Conversation

microdev1
Copy link
Collaborator

Remove Print failure info from CI as in the case of a failure the ui defaults to showing it, hiding whatever fails above.

jepler added a commit to jepler/circuitpython that referenced this pull request Mar 5, 2021
Print Failure Info is for printing differences detected by 'Test all'.  When some other step fails, then "*.exp" doesn't match any files at all, and _this_ step fails too.

Following https://stackoverflow.com/questions/4839214/does-ash-have-an-equivalent-to-bashs-nullglob-option detect when "*.exp" doesn't match anything and avoid an error.

This is hard to test, so testing performed: Looked at 7 lines of shell script and was unable to see any problems.

This is an alternative to adafruit#4334, which would remove the step entirely. It is undesirable to do that, as we wouldn't be able to see the information about the failures that occurred anymore.
jepler added a commit to jepler/circuitpython that referenced this pull request Mar 5, 2021
Print Failure Info is for printing differences detected by 'Test all'.  When some other step fails, then "*.exp" doesn't match any files at all, and _this_ step fails too.

Following https://stackoverflow.com/questions/4839214/does-ash-have-an-equivalent-to-bashs-nullglob-option detect when "*.exp" doesn't match anything and avoid an error.

This is hard to test, so testing performed: Looked at 7 lines of shell script and was unable to see any problems.

This is an alternative to adafruit#4334, which would remove the step entirely. It is undesirable to do that, as we wouldn't be able to see the information about the failures that occurred anymore.
@dhalbert
Copy link
Collaborator

dhalbert commented Mar 5, 2021

Closing in favor of #4340.

@dhalbert dhalbert closed this Mar 5, 2021
@microdev1 microdev1 deleted the update-ci branch March 6, 2021 04:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants