Merge "Add -o param to unzip in polylint_test.sh"

This commit is contained in:
Logan Hanks
2017-08-01 18:12:18 +00:00
committed by Gerrit Code Review

View File

@@ -15,6 +15,6 @@ if [[ -z "$polylint_bin" ]]; then
exit 1
fi
unzip polygerrit-ui/polygerrit_components.bower_components.zip -d polygerrit-ui/app
unzip -o polygerrit-ui/polygerrit_components.bower_components.zip -d polygerrit-ui/app
${polylint_bin} --root polygerrit-ui/app --input elements/gr-app.html --b 'bower_components'