#20 Use --with-tests when running checks also.
Merged by qulogic. Opened by qulogic.
qulogic/go-rpm-macros check-tests  into  master

Download 20.patch

Tests will be missed if they are in the same package as a main package.

For example, the package in bug 1747622 is not running any tests, but it should. They are ignored because --tests filters out the package itself, but the tests are there.

I'd like to build new golist and check that nothing broke soon, so I'd like to incorporate this in the check as well. If no-one has any objections in the next week or so, I'm just going to merge this.

Pull-Request has been merged by qulogic

Metadata