aboutsummaryrefslogtreecommitdiffstats
path: root/test/rspamd_cxx_unit.cxx
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2021-06-21 20:27:46 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2021-06-21 20:27:46 +0100
commit0bdefa4ef9ee527bded68db02f15dae5df8e0d0c (patch)
tree9f4f71a3ad1f35c4a20a4735ef652cbb60428ec4 /test/rspamd_cxx_unit.cxx
parentb9801960d0ebb388dc2a4e93071f19868fe44bc0 (diff)
downloadrspamd-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.cxx1
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;