Merge "Use downloaded bower components in polylint_test.sh"

This commit is contained in:
Kasper Nilsson
2017-05-27 00:38:13 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 1 deletions

View File

@@ -189,7 +189,7 @@ sh_test(
srcs = ["polylint_test.sh"],
data = [
":pg_code",
":bower_components",
"//polygerrit-ui:polygerrit_components.bower_components.zip",
],
# Should not run sandboxed.
tags = [

View File

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