Commit 13eaacb5 authored by Jérome Perrin's avatar Jérome Perrin

testcase/checkExecutableLink: tolerate binary components used in cloudooo

In cloudooo software release we are installing libreoffice and wkhtmltopdf as binary.
These parts contain executables that seem to have missing dependencies, but there are wrapper setting library path, so they can be ignored.

See merge request !195
parents af87827a 43427a54
Pipeline #8633 passed with stage
in 0 seconds
......@@ -189,6 +189,8 @@ def checkSoftware(slap, software_url):
'*/parts/firefox*/*',
'*/parts/chromium-*/*',
'*/parts/chromedriver*/*',
'*/parts/libreoffice-bin/*',
'*/parts/wkhtmltopdf/*',
# 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.
'*/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