Source: elfutils
Version: 0.191-1
Severity: important

All test failures during make check are ignored, see the following line
in debian/rules:

 -LC_CTYPE=C $(MAKE) check $(USE_JOBS) || { cat tests/test-suite.log; exit 1; }

Please drop the initial hyphen to ensure that the build fails in case of
test failures:

 LC_CTYPE=C $(MAKE) check $(USE_JOBS) || { cat tests/test-suite.log; exit 1; }

Reply via email to