Commit 947fabb8 authored by Jérome Perrin's avatar Jérome Perrin

testcase: ignore libreoffice in ldd check

parent accc18d8
...@@ -189,6 +189,7 @@ def checkSoftware(slap, software_url): ...@@ -189,6 +189,7 @@ def checkSoftware(slap, software_url):
'*/parts/firefox*/*', '*/parts/firefox*/*',
'*/parts/chromium-*/*', '*/parts/chromium-*/*',
'*/parts/chromedriver*/*', '*/parts/chromedriver*/*',
'*/parts/libreoffice-bin/*',
# nss is not a binary distribution, but for some reason it has invalid rpath, but it does # nss is not a binary distribution, but for some reason it has invalid rpath, but it does
# not seem to be a problem in our use cases. # not seem to be a problem in our use cases.
'*/parts/nss/*', '*/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