Skip to content
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

Redirect URL override messages to STDERR #1631

Merged
merged 2 commits into from
Aug 26, 2024

Commits on Aug 26, 2024

  1. Redirect URL override messages to STDERR

    Previously, these messages were printed to STDOUT:
    Overriding version and content URLs with...
    Overriding content URL with...
    Overriding version URL with...
    
    But especially with --quiet, the output to STDOUT should be strictly the
    requested data. So print these as warnings instead.
    bwarden committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    6719ac9 View commit details
    Browse the repository at this point in the history
  2. Fixup bundle counting in real_content test library

    Eliminate some uses of wc -l that don't help. Take advantage of lines
    array to count bundles.
    Separate STDERR messages from $output and ${lines[@]} that are used for
    bundles.
    bwarden committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    3d21bcb View commit details
    Browse the repository at this point in the history