lttng add-trigger: parse condition / action name as option arguments
[lttng-tools.git] / tests / regression / tools / trigger / test_remove_trigger_cli
index ffaefbb447605fbb24439ca0bfe0cbe597fec2f2..8a0f90a9e4049fad013132c2db73c72a890b814c 100755 (executable)
@@ -78,12 +78,16 @@ cat > "${tmp_expected_stdout}" <<- EOF
     rule: aaa (type: tracepoint, domain: ust, filter: p == 2)
   actions:
     notify
+      errors: none
+  errors: none
 - id: DEF
   user id: ${uid}
   condition: event rule hit
     rule: * (type: tracepoint, domain: ust)
   actions:
     notify
+      errors: none
+  errors: none
 EOF
 list_triggers "two triggers left" "${tmp_expected_stdout}"
 
@@ -96,6 +100,8 @@ cat > "${tmp_expected_stdout}" <<- EOF
     rule: * (type: tracepoint, domain: ust)
   actions:
     notify
+      errors: none
+  errors: none
 EOF
 list_triggers "one trigger left" "${tmp_expected_stdout}"
 
This page took 0.023142 seconds and 4 git commands to generate.