From: Jérémie Galarneau Date: Sat, 14 May 2016 20:27:20 +0000 (-0400) Subject: Tests: wording of trace_matches is misleading X-Git-Tag: v2.7.3~74 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=9ca9f7630552716f2e19b46286f618defd5678f3;p=lttng-tools.git Tests: wording of trace_matches is misleading trace_matches reports a number of "events found" in a trace while it actually counts the number of event_name matches. Signed-off-by: Jérémie Galarneau --- diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index fe834cfaf..12bcc991a 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -1198,7 +1198,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