-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Silence curl for macOS Catalina acid test #2148
Comments
Yeah, I did think about asking for that when the PR was merged but I always prefer more verbosity for things like Open a PR against the instructions to add the |
Yeah I get that too. |
Nah, I don't think that's necessary. I'm personally not concerned about the security of this |
This is a really small request to add the
-s
argument for the macOS Catalina acid test to reduce noisecurl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash
Output of the original
$ curl -L https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 150 100 150 0 0 1293 0 --:--:-- --:--:-- --:--:-- 1282 100 495 100 495 0 0 1265 0 --:--:-- --:--:-- --:--:-- 1265 Command Line Tools version: 11.5.0.0.1.1588476445
Output of the silenced version
$ curl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bash Command Line Tools version: 11.5.0.0.1.1588476445
The text was updated successfully, but these errors were encountered: