summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-11 08:42:25 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2013-03-11 08:42:25 -0400
commit7754f95f93aa0aa9dc31b017a793b27d172b645f (patch)
tree0ef366a861324f5cc6b15b3930033e10663677e3
parent439e72b36f66855cfb66de111147a4b92e80da19 (diff)
downloadbcfg2-7754f95f93aa0aa9dc31b017a793b27d172b645f.tar.gz
bcfg2-7754f95f93aa0aa9dc31b017a793b27d172b645f.tar.bz2
bcfg2-7754f95f93aa0aa9dc31b017a793b27d172b645f.zip
full pylint tests on bcfg2-reports
-rw-r--r--testsuite/Testsrc/test_code_checks.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py
index 2f49134fa..7d168af75 100644
--- a/testsuite/Testsrc/test_code_checks.py
+++ b/testsuite/Testsrc/test_code_checks.py
@@ -49,7 +49,7 @@ contingent_checks = {
# perform only error checking on the listed files
error_checks = {
- "sbin": ["bcfg2-build-reports", "bcfg2-reports"],
+ "sbin": ["bcfg2-build-reports"],
"lib/Bcfg2": ["Proxy.py", "SSLServer.py", "Reporting"],
"lib/Bcfg2/Server": ["Reports", "SchemaUpdater"],
"lib/Bcfg2/Server/Admin": ["Compare.py",