From: Francis Deslauriers Date: Thu, 22 Apr 2021 15:07:26 +0000 (-0400) Subject: Fix: tests: notification: update kernel testcase count X-Git-Tag: v2.13.0-rc1~24 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=a3ea23404d7d657c20db353450459e2fcd49233c Fix: tests: notification: update kernel testcase count Signed-off-by: Francis Deslauriers Signed-off-by: Jérémie Galarneau Change-Id: Ib65e4ea8ced397bdd3b30f1401121adbfeeff23a --- diff --git a/tests/regression/tools/notification/notification.c b/tests/regression/tools/notification/notification.c index 092ac5f1e..66cef82a0 100644 --- a/tests/regression/tools/notification/notification.c +++ b/tests/regression/tools/notification/notification.c @@ -2569,7 +2569,7 @@ int main(int argc, const char *argv[]) } case 4: { - plan_tests(12); + plan_tests(11); /* Test cases that need the kernel tracer. */ assert(domain_type == LTTNG_DOMAIN_KERNEL); @@ -2582,7 +2582,7 @@ int main(int argc, const char *argv[]) } case 5: { - plan_tests(25); + plan_tests(23); /* Test cases that need the kernel tracer. */ assert(domain_type == LTTNG_DOMAIN_KERNEL); @@ -2602,7 +2602,7 @@ int main(int argc, const char *argv[]) { const char *testapp_path, *test_symbol_name; - plan_tests(12); + plan_tests(11); if (argc < 7) { fail("Missing parameter for tests to run %d", argc); @@ -2629,7 +2629,7 @@ int main(int argc, const char *argv[]) plan_tests(221); break; case LTTNG_DOMAIN_KERNEL: - plan_tests(216); + plan_tests(215); break; default: assert(0);