sessiond: Implement kernel event notifier error counter
[lttng-tools.git] / tests / regression / tools / trigger / test_remove_trigger_cli
index ffaefbb447605fbb24439ca0bfe0cbe597fec2f2..582cce7ef3fe4958aef349d455b145354601d4ae 100755 (executable)
@@ -76,12 +76,14 @@ cat > "${tmp_expected_stdout}" <<- EOF
   user id: ${uid}
   condition: event rule hit
     rule: aaa (type: tracepoint, domain: ust, filter: p == 2)
+    tracer notifications discarded: 0
   actions:
     notify
 - id: DEF
   user id: ${uid}
   condition: event rule hit
     rule: * (type: tracepoint, domain: ust)
+    tracer notifications discarded: 0
   actions:
     notify
 EOF
@@ -94,6 +96,7 @@ cat > "${tmp_expected_stdout}" <<- EOF
   user id: ${uid}
   condition: event rule hit
     rule: * (type: tracepoint, domain: ust)
+    tracer notifications discarded: 0
   actions:
     notify
 EOF
This page took 0.023419 seconds and 4 git commands to generate.