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

slapos/testing: don't check bin/phantomjs in checkSoftware

parent 58ee604f
Pipeline #36522 failed with stage
in 0 seconds
......@@ -122,6 +122,8 @@ def checkSoftware(slap, software_url):
'*/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',
# this binary is not compiled but downloaded directly from internet (and we use a wrapper with LD_LIBRARY_PATH to use it)
'*/bin/phantomjs',
))
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