Tests: wording of trace_matches is misleading
[lttng-tools.git] / tests / utils / utils.sh
index 0a4d591562689052d40b2c11ea7f9d3be3358998..c59442b22c09cc45db2c5118a46aa75a30c25cc1 100644 (file)
@@ -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
This page took 0.022884 seconds and 4 git commands to generate.