diff options
Diffstat (limited to 'test/config.py')
-rw-r--r-- | test/config.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/config.py b/test/config.py index 5d2ef1dab4f..e5c52b997d6 100644 --- a/test/config.py +++ b/test/config.py @@ -387,6 +387,15 @@ parser.add_argument( ) parser.add_argument( + "--excluded-plugin", + dest="excluded_plugins", + required=False, + action="append", + default=[], + help="Exclude the tests that indicate they require this plugin(s)", +) + +parser.add_argument( "-d", "--socket-dir", dest="socket_dir", |