]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
mdevents plugin: Re-enable the `compile_regex` test.
authorFlorian Forster <octo@collectd.org>
Wed, 29 Nov 2023 19:54:47 +0000 (20:54 +0100)
committerFlorian Forster <octo@collectd.org>
Wed, 29 Nov 2023 20:56:22 +0000 (21:56 +0100)
src/mdevents_test.c

index 35546589dd30475ce9133c912d9f57388b2fc96b..5f2cf66e7587e0b087a4d41c65c1af729fbda1bb 100644 (file)
@@ -205,7 +205,7 @@ DEF_TEST(parse_events) {
 
 int main(void) {
   RUN_TEST(classify_event);
-  // RUN_TEST(compile_regex);
+  RUN_TEST(compile_regex);
   RUN_TEST(config);
   RUN_TEST(copy_match);
   RUN_TEST(dispatch_notification);