Commit e0ab992f authored by Thomas Gambier's avatar Thomas Gambier Committed by Thomas Gambier

slapos/testing: ignore version-use of llvm-lld in check_software

	linux-vdso.so.1 (0x00007ffca2156000)
	foo.so => not found
parent e9d3ddd5
......@@ -117,6 +117,8 @@ def checkSoftware(slap, software_url):
'*/.vpython-root/*',
# this library is not readable by group/other
'*/libexec/ssh-keysign',
# this library is just a test loading foo.so which doesn't exist
'*/test/ELF/Inputs/version-use.so',
))
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