Add condition-targeting error query
[lttng-tools.git] / tests / regression / tools / trigger / test_remove_trigger_cli
index 7bbdae226c1d38a4d89df2aa9b1cf317bb7b957c..9e342d9b571c750e69482d5ed22b407a5031aa36 100755 (executable)
@@ -76,6 +76,7 @@ cat > "${tmp_expected_stdout}" <<- EOF
   owner uid: ${uid}
   condition: event rule matches
     rule: aaa (type: user tracepoint, filter: p == 2)
+    errors: none
   actions:
     notify
       errors: none
@@ -84,6 +85,7 @@ cat > "${tmp_expected_stdout}" <<- EOF
   owner uid: ${uid}
   condition: event rule matches
     rule: * (type: user tracepoint)
+    errors: none
   actions:
     notify
       errors: none
@@ -98,6 +100,7 @@ cat > "${tmp_expected_stdout}" <<- EOF
   owner uid: ${uid}
   condition: event rule matches
     rule: * (type: user tracepoint)
+    errors: none
   actions:
     notify
       errors: none
This page took 0.040794 seconds and 4 git commands to generate.