Fast Version Control System
It is useful to check the output of the test suite for skipped tests. This reveals tests which may have missing BuildRequires or other issues. Doing so can be tedious due to the many legitimate tests we skip. Keep a list of patterns matching tests we skip intentionally. To use this list to process a build.log, run something like the following: $ egrep '# SKIP|skipped:' build.log | egrep -v -f git.skip-test-patterns There should be no output. Any output should be checked and the tests fixed or added to the skip patterns file. |
||
---|---|---|
.gitignore | ||
.mailmap | ||
0001-t-lib-gpg-quote-path-to-GNUPGHOME-trustlist.txt.patch | ||
0002-t-lib-gpg-drop-redundant-killing-of-gpg-agent.patch | ||
git-cvsimport-Ignore-cvsps-2.2b1-Branches-output.patch | ||
git-gui.desktop | ||
git.rpmlintrc | ||
git.skip-test-patterns | ||
git.socket | ||
git.spec | ||
git.xinetd.in | ||
git@.service.in | ||
gitweb-httpd.conf | ||
gitweb.conf.in | ||
gpgkey-junio.asc | ||
print-failed-test-output | ||
sources |