If no-test was set in the configuration file, it was always
being overridden by the command, even if not set on the command
line. This change allow no-test to be set in the configuration file
like:
no-test: true
Redmine issue:
https://redmine.openinfosecfoundation.org/versions/168
{'metavar': '<command>',
'help': "Command to test Suricata configuration"}),
(("--no-test",),
- {'action': 'store_true', 'default': False,
+ {'action': 'store_true', 'default': None,
'help': "Disable testing rules with Suricata"}),
(("--no-merge",),
{'action': 'store_true', 'default': False,