Merge "Use downloaded bower components in polylint_test.sh"
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user