lttng: list-triggers: retrieve trigger errors using error queries
[lttng-tools.git] / tests / regression / tools / trigger / test_remove_trigger_cli
index 582cce7ef3fe4958aef349d455b145354601d4ae..8a0f90a9e4049fad013132c2db73c72a890b814c 100755 (executable)
@@ -76,16 +76,18 @@ 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
+      errors: none
+  errors: none
 - id: DEF
   user id: ${uid}
   condition: event rule hit
     rule: * (type: tracepoint, domain: ust)
-    tracer notifications discarded: 0
   actions:
     notify
+      errors: none
+  errors: none
 EOF
 list_triggers "two triggers left" "${tmp_expected_stdout}"
 
@@ -96,9 +98,10 @@ cat > "${tmp_expected_stdout}" <<- EOF
   user id: ${uid}
   condition: event rule hit
     rule: * (type: tracepoint, domain: ust)
-    tracer notifications discarded: 0
   actions:
     notify
+      errors: none
+  errors: none
 EOF
 list_triggers "one trigger left" "${tmp_expected_stdout}"
 
This page took 0.023156 seconds and 4 git commands to generate.