Tests: wording of trace_matches is misleading
[lttng-tools.git] / tests / utils / utils.sh
index 793f0e9388a3986a345e655cf3067584cb1607fd..4dc37db646e4432cd16a15f312c026cff43b0b8f 100644 (file)
@@ -783,7 +783,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.024823 seconds and 4 git commands to generate.