summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/Testsrc/test_code_checks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/testsuite/Testsrc/test_code_checks.py b/testsuite/Testsrc/test_code_checks.py
index ac739f4e5..58785028d 100644
--- a/testsuite/Testsrc/test_code_checks.py
+++ b/testsuite/Testsrc/test_code_checks.py
@@ -46,7 +46,7 @@ full_checks = {
"*.py"],
"lib/Bcfg2/Server/Plugins": ["Cfg", "Packages", "*.py"],
"lib/Bcfg2/Client": ["*.py"],
- "lib/Bcfg2/Client/Tools": ["POSIX"],
+ "lib/Bcfg2/Client/Tools": ["POSIX", "SELinux.py"],
}
# perform full code checks on the listed executables
@@ -88,6 +88,7 @@ no_checks = {
"TGenshi.py"],
}
+
def expand_path_dict(pathdict):
""" given a path dict as above, return a list of all the paths """
rv = []