- Package:
- src:elfutils
- Source:
- src:elfutils
- Submitter:
- Emanuele Rocca
- Date:
- 2024-06-12 07:57:03 UTC
- Severity:
- normal
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; }