Skip to content

check_software: fix a wrong condition making the check ignore .so

Jérome Perrin requested to merge fix/checkSoftware_so into master

fnmatch.fnmatch signature is path, pattern, we were passing arguments in reverse order, so effectively we were only checking executable files. Several .so are executable, so we were checking many .so anyway.

Merge request reports