[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1073045: elfutils: test failures are ignored



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 to: