X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=c59442b22c09cc45db2c5118a46aa75a30c25cc1;hp=0a4d591562689052d40b2c11ea7f9d3be3358998;hb=af91abc917f6b57b721a3c2a8c38ea0f4bc94d55;hpb=002db6237c7146d3ae6772dfa18584f11eb9b0a7 diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 0a4d59156..c59442b22 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -1224,7 +1224,7 @@ function trace_matches () if [ "$count" -ne "$nr_iter" ]; then fail "Trace match" - diag "$count events found in trace" + diag "$count matching events found in trace" else pass "Trace match" fi