From: Michael Jeanson Date: Tue, 23 May 2023 19:22:04 +0000 (-0400) Subject: fix: tests: grep for '$key =' in metadata X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=b7a2f86d3d9b2554f80dcf684d9bd90bbf7a3213;hp=b7a2f86d3d9b2554f80dcf684d9bd90bbf7a3213;p=lttng-tools.git fix: tests: grep for '$key =' in metadata Always grep for '$key =' to avoid a collision with a value, for example if you are looking for the 'domain' key and your hostname contains 'domain'. While we are here, add a bunch of logging to facilitate debugging in the future. Change-Id: I09197169ab7f842921c9139fdeb36007d7b20cfb Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau ---