Skip to content

Conversation

larsewi
Copy link
Contributor

@larsewi larsewi commented Aug 29, 2025

Build Status

@cf-bottom
Copy link

Thank you for submitting a PR! Maybe @craigcomstock can review this?

@larsewi larsewi marked this pull request as ready for review September 1, 2025 09:43
@larsewi
Copy link
Contributor Author

larsewi commented Sep 3, 2025

Ping @craigcomstock @olehermanse

@@ -623,10 +623,15 @@ run_and_print_on_failure()

local exit_code=0
if "$@" > "$temp_output_file" 2>&1; then
: # NOOP
if grep -q "warning:" "$temp_output_file"; then
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems like we would absolutely want also error and/or fail in the grep as well as maybe a few lines of context with -C 2

@olehermanse olehermanse removed their request for review September 4, 2025 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants