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

testing/check_software: ignore build dir of packages built in-place

parent ad7031c8
......@@ -98,6 +98,8 @@ def checkSoftware(slap, software_url):
'*/node_modules/puppeteer/*',
# left over of compilation failures
'*/*__compile__/*',
# build dir for packages built in-place
'*/parts/wendelin.core/build/*',
))
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