[master (v2)] More test path changes

David Shea dshea at redhat.com
Tue Mar 18 17:52:14 UTC 2014


Change all tests that scan all files to scan only the list of files known to
git if run from a git tree. Otherwise, scan all files, which fixes (for
example) make distcheck for pylint. Included all of the files in the commit
this time, and added filtering options to the shell and python functions.

David Shea (1):
  Make the lists of files to check consistent across all checks.

 tests/Makefile.am                 |  1 +
 tests/cppcheck/runcppcheck.sh     |  5 ++-
 tests/gettext/gettext_potfiles.py | 65 ++++++++++++++++++++-------------------
 tests/glade/run_glade_tests.sh    |  5 ++-
 tests/lib/filelist.py             | 49 +++++++++++++++++++++++++++++
 tests/lib/testlib.sh              | 37 ++++++++++++++++++++++
 tests/pylint/runpylint.sh         | 17 +++++-----
 7 files changed, 136 insertions(+), 43 deletions(-)
 create mode 100644 tests/lib/filelist.py
 create mode 100644 tests/lib/testlib.sh

-- 
1.9.0



More information about the anaconda-patches mailing list