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

Contrib data script's wget verbosity #526

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

scrasmussen
Copy link
Member

Issue

The Github Actions logs are being filled up with output from the wget download status bar.

Description of Changes

Added ability to turn on verbose wget output. Wget output defaults to -nv so that the Github Actions output won't be filled with the wget download status. This will make debugging failed testcases easier.

Since I was adding command line arguments I also added --help option.

Question for Reviewers

Some of the script have set -ex and some have it commented out. Should we default to the same behavior for all the scripts?

Tests Conducted:

Tested scripts by hand.

…put devaults to -nv so that the Github Actions output won't be filled with the wget download status. This will make debugging failed testcases easier
Copy link
Collaborator

@dustinswales dustinswales left a comment

Choose a reason for hiding this comment

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

@scrasmussen Thanks for adding the functionality to pass in the verbosity option.
One request, could we add this to the CI scripts as part of this PR? here and here?

@dustinswales
Copy link
Collaborator

@scrasmussen Ignore my last comment. (I forgot that we want it to be "-nv" by default)

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