• Jérome Perrin's avatar
    check_software: check #! in scripts installed by softwares · aa526c95
    Jérome Perrin authored
    Some software install scripts with a #!/ line refering to a system
    program, such as for example #!/usr/bin/python . Later when they are
    executed this may fail because the system program might not be present
    or might not be the wrong version.
    
    This extends the software check to detect these and flag them as errors.
    Software release authors will have to adjust the generated scripts, for
    example by using post build step.
    aa526c95
test_check_software.py 9.44 KB