- Node Version: N/A
- Platform: macOS Catalina
- Compiler: N/A
- Module: N/A
This is a really small request to add the -s argument for the macOS Catalina acid test to reduce noise
curl -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
This is a really small request to add the
-sargument for the macOS Catalina acid test to reduce noisecurl -sL https://github.com/nodejs/node-gyp/raw/master/macOS_Catalina_acid_test.sh | bashOutput 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.1588476445Output 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