Commit 48a7f466 authored by Jérome Perrin's avatar Jérome Perrin

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

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.
parent 628c254f
Pipeline #17812 failed with stage
in 0 seconds