Skip to content

Commit ecedb32

Browse files
committed
tests(appveyor): quietly unzip Chrome to keep appveyor logs cleaner
1 parent 3e34af7 commit ecedb32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lighthouse-core/scripts/download-chrome.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ fi
2222
if [ -e "$LIGHTHOUSE_CHROMIUM_PATH" ]; then
2323
echo "cached chrome found"
2424
else
25-
wget "$url" --no-check-certificate -q -O chrome.zip && unzip chrome.zip
25+
wget "$url" --no-check-certificate -q -O chrome.zip && unzip -q chrome.zip
2626
fi

0 commit comments

Comments
 (0)