summaryrefslogtreecommitdiffstats
path: root/testsuite/Testsrc/test_code_checks.py
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/Testsrc/test_code_checks.py')
-rw-r--r--testsuite/Testsrc/test_code_checks.py18
1 files changed, 3 insertions, 15 deletions
diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py
index f5a4655ae..d4ab0aa12 100644
--- a/testsuite/Testsrc/test_code_checks.py
+++ b/testsuite/Testsrc/test_code_checks.py
@@ -55,23 +55,11 @@ contingent_checks = {
# perform only error checking on the listed files
error_checks = {
- "sbin": ["bcfg2-build-reports", "bcfg2-admin", "bcfg2-reports"],
+ "sbin": ["bcfg2-build-reports", "bcfg2-reports"],
"lib/Bcfg2": ["Proxy.py", "SSLServer.py", "Reporting"],
"lib/Bcfg2/Server": ["Reports", "SchemaUpdater"],
- "lib/Bcfg2/Server/Admin": ["Backup.py",
- "Bundle.py",
- "Client.py",
- "Compare.py",
- "Minestruct.py",
- "Perf.py",
- "Pull.py",
- "Query.py",
- "Reports.py",
- "Snapshots.py",
- "Syncdb.py",
- "Tidy.py",
- "Viz.py",
- "Xcmd.py"],
+ "lib/Bcfg2/Server/Admin": ["Compare.py",
+ "Snapshots.py"],
"lib/Bcfg2/Client/Tools": ["launchd.py",
"OpenCSW.py",
"Blast.py",