diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-21 20:27:46 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2021-06-21 20:27:46 +0100 |
commit | 0bdefa4ef9ee527bded68db02f15dae5df8e0d0c (patch) | |
tree | 9f4f71a3ad1f35c4a20a4735ef652cbb60428ec4 /test/rspamd_cxx_unit.cxx | |
parent | b9801960d0ebb388dc2a4e93071f19868fe44bc0 (diff) | |
download | rspamd-0bdefa4ef9ee527bded68db02f15dae5df8e0d0c.tar.gz rspamd-0bdefa4ef9ee527bded68db02f15dae5df8e0d0c.zip |
[Test] Use --help from doctest and not glib
Diffstat (limited to 'test/rspamd_cxx_unit.cxx')
-rw-r--r-- | test/rspamd_cxx_unit.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/rspamd_cxx_unit.cxx b/test/rspamd_cxx_unit.cxx index e67060dca..cf3271d96 100644 --- a/test/rspamd_cxx_unit.cxx +++ b/test/rspamd_cxx_unit.cxx @@ -50,6 +50,7 @@ main(int argc, char **argv) { options_context = g_option_context_new("- run rspamd cxx test"); g_option_context_add_main_entries(options_context, entries, NULL); g_option_context_set_ignore_unknown_options(options_context, true); + g_option_context_set_help_enabled(options_context, false); GError *error = NULL; |