X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Futils%2Futils.sh;h=3a619201f936d3ec3b9ea6a3f81beabcd9570c55;hp=7181e3b88b8e60684a869dd81359dd5786a28981;hb=ab95d85d8784a545ff66c2025110829e9b5cb1b8;hpb=151c0584fb9a3075de9b027f6717b8db06979dcb diff --git a/tests/utils/utils.sh b/tests/utils/utils.sh index 7181e3b88..3a619201f 100644 --- a/tests/utils/utils.sh +++ b/tests/utils/utils.sh @@ -1519,7 +1519,7 @@ function validate_trace_only_exp() local total=$($BABELTRACE_BIN $trace_path | wc -l) if [ "$count" -ne 0 ] && [ "$total" -eq "$count" ]; then - pass "Trace match with $total for expression '${event_exp}" + pass "Trace match with $total for expression '${event_exp}'" else fail "Trace match" diag "$total syscall event(s) found, only syscalls matching expression '${event_exp}' ($count occurrences) are expected"