Hide Forgot
Description of problem: See https://fedoraproject.org/wiki/Packaging:Guidelines#Test_Suites There appears to be two make targets to test the package: make check and make test but they are not executed in %check. Version-Release number of selected component (if applicable): pykickstart-1.99.43-1.el7.src.rpm
They are run before the source package is built, as well as upon every commit here locally. What purpose does yet another layer of running the same thing provide?
I mean, I certainly can add it. It's not hard. I'm just wondering why it needs to get run in another place.
Hi Chris, the purpose is to be able to collect the test results and measure test coverage more precisely. QE has no way of getting that info if devel is running the test suite locally. Otherwise it's a good thing you have this running.
I've added "make test", but "make check" requires pylint and I don't think we want to add that in to the build process.
In version pykickstart-1.99.43.8-1.el7.src.rpm spec file contains: %check make test Moving to verified.
This request was resolved in Red Hat Enterprise Linux 7.0. Contact your manager or support representative in case you have further questions about the request.