Tests: Fix: test_list_triggers_cli: support in-kernel builtin lttng-modules
authorFrancis Deslauriers <francis.deslauriers@efficios.com>
Thu, 25 Mar 2021 17:13:45 +0000 (13:13 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Feb 2022 19:00:57 +0000 (14:00 -0500)
commit0bcd3a5c5e5fa409fb4fdf67d9b3f538945991ac
tree808e5d0b8360ef2111292d61185c8efa019b1b6d
parent0fd2fd15d3d5cdcd2598ed801b1d1c34d84a4dc3
Tests: Fix: test_list_triggers_cli: support in-kernel builtin lttng-modules

This commit changes the grep call to remove the [lttng_tracer] string
from the pattern. When building the lttng modules directly in the kernel
there is not mention of [lttng_tracer].

Furthermore, the symbol type "t" is "T" in my test VM. The difference
may be due to the builtin nature of lttng on this VM.

Signed-off-by: Francis Deslauriers <francis.deslauriers@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I046905dc51524c23ad3671b66614b86a084ef8e2
Depends-on: lttng-ust: If1f29dd64538bc5979d3e89aa5cca3be4e41046f
tests/regression/tools/trigger/test_list_triggers_cli
This page took 0.024386 seconds and 4 git commands to generate.