Commit d1da3f2a authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slapos/testing: add exception for libtermcap

This is needed after nexedi/slapos@1888c1f2

See merge request nexedi/slapos.core!632
parent e0bae66f
Pipeline #34600 failed with stage
in 0 seconds
...@@ -119,6 +119,8 @@ def checkSoftware(slap, software_url): ...@@ -119,6 +119,8 @@ def checkSoftware(slap, software_url):
'*/libexec/ssh-keysign', '*/libexec/ssh-keysign',
# this library is just a test loading foo.so which doesn't exist # this library is just a test loading foo.so which doesn't exist
'*/test/ELF/Inputs/version-use.so', '*/test/ELF/Inputs/version-use.so',
# this library is just a text file containing "GROUP( libtinfo.so )" so it is not a dynamic executable
'*/lib/libtermcap.so',
)) ))
software_hash = md5digest(software_url) software_hash = md5digest(software_url)
......
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