• Show log

    Commit

  • Hash : 2e6cbff8
    Author : Patrick Steinhardt
    Date : 2020-02-07T11:53:51

    tests: add missing error checks We should always verify error codes returned by function calls in our test suite to not accidentally miss any weird results. Coverity reported missing checks in several locations, which this commit fixes.