Commit 02c77c81 authored by Romain Courteaud's avatar Romain Courteaud

testing/testcase: do not check binaries fetched by npm

parent 4a295cba
Pipeline #7488 failed with stage
......@@ -180,6 +180,7 @@ def checkSoftware(slap, software_url):
"| egrep -v /parts/firefox-.*/ "
"| egrep -v /parts/chromium-.*/ "
"| egrep -v /parts/chromedriver-.*/ "
"| egrep -v /parts/renderjs-repository.git/node_modules/.* "
# nss has no valid rpath. It does not seem to be a problem in our case.
"| egrep -v /parts/nss/ "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment