X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ftrigger%2Futils%2Fnotification-client.c;h=3d8aec46ddbd8b7feb5cf90dbc75a43298384bfc;hb=cd9adb8b829564212158943a0d279bb35322ab30;hp=98c00d6f7a77303f269c00cf9bed98601021b1c6;hpb=0efb2ad7fc448283184e43d6fb0915febae45384;p=lttng-tools.git diff --git a/tests/regression/tools/trigger/utils/notification-client.c b/tests/regression/tools/trigger/utils/notification-client.c index 98c00d6f7..3d8aec46d 100644 --- a/tests/regression/tools/trigger/utils/notification-client.c +++ b/tests/regression/tools/trigger/utils/notification-client.c @@ -181,7 +181,7 @@ int main(int argc, char **argv) continue; } } - if (!((action_type == LTTNG_ACTION_TYPE_GROUP && + if (!((action_type == LTTNG_ACTION_TYPE_LIST && action_list_contains_notify(action)) || action_type == LTTNG_ACTION_TYPE_NOTIFY)) { /* "The action of trigger is not notify, skipping. */