From: Marcin Siodelski Date: Thu, 12 Jun 2014 13:58:45 +0000 (+0200) Subject: [3422] Exclude keactrl from the process rename test. X-Git-Tag: trac3434_base~6^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f9e27fdbed34331272227760be588926e50d1462;p=thirdparty%2Fkea.git [3422] Exclude keactrl from the process rename test. --- diff --git a/src/bin/tests/process_rename_test.py.in b/src/bin/tests/process_rename_test.py.in index 7e6a9c9ab0..179b9d8b4f 100644 --- a/src/bin/tests/process_rename_test.py.in +++ b/src/bin/tests/process_rename_test.py.in @@ -47,7 +47,7 @@ class TestRename(unittest.TestCase): # Scripts named in this list are not expected to be renamed and # should be excluded from the scan. - EXCLUDED_SCRIPTS = ['isc-sysinfo', 'bind10'] + EXCLUDED_SCRIPTS = ['isc-sysinfo', 'bind10', 'keactrl'] # Regexp to find all the *_SCRIPTS = something lines (except for # noinst_SCRIPTS, which are scripts for tests), including line