Commit bf2ad8e9 authored by Jérome Perrin's avatar Jérome Perrin

testing/testcase: ignore __compile__ in ldd check

if previous test fail to build, compile dir is there for inspection. We
don't want to check binaries in there.
parent 92452d1d
...@@ -202,7 +202,9 @@ def checkSoftware(slap, software_url): ...@@ -202,7 +202,9 @@ def checkSoftware(slap, software_url):
'*/parts/nss/*', '*/parts/nss/*',
'*/node_modules/phantomjs*/*', '*/node_modules/phantomjs*/*',
'*/grafana/tools/phantomjs/*', '*/grafana/tools/phantomjs/*',
'*/node_modules/puppeteer/*' '*/node_modules/puppeteer/*',
# left over of compilation failures
'*/*__compile__/*',
)) ))
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