Cleanup: tests: notification: fix typo kprobe/uprobe
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 25 Oct 2022 20:09:26 +0000 (16:09 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 25 Oct 2022 20:09:26 +0000 (16:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ib57af09d331e559d25a62cc66c72aad567283a6e

tests/regression/tools/notification/notification.cpp

index d3d486be3574a85c2f8bc5f6abc2ec0030d4834a..aa351d96a0c78245566f479e1ca639c6ec957434 100644 (file)
@@ -1998,7 +1998,7 @@ static void test_uprobe_event_rule_notification(
        ok(notification_channel, "Notification channel object creation");
 
        event_rule = lttng_event_rule_kernel_uprobe_create(probe_location);
-       ok(event_rule, "kprobe event rule object creation");
+       ok(event_rule, "uprobe event rule object creation");
 
        event_rule_status = lttng_event_rule_kernel_uprobe_set_event_name(
                        event_rule, trigger_name);
This page took 0.025707 seconds and 4 git commands to generate.