lttng add-trigger: rename on-event condition to event-rule-matches
[lttng-tools.git] / tests / regression / tools / trigger / test_remove_trigger_cli
index 5ec36bccf0519a1670c1f68dc134c1b3bf789d84..9a04687612acf39de3c3602b054ab026d4882543 100755 (executable)
@@ -68,8 +68,8 @@ function remove_trigger ()
 start_lttng_sessiond_notap
 
 # Add a few triggers
-lttng_add_trigger_ok "ABC" --condition on-event aaa -u --filter 'p == 2' --action notify
-lttng_add_trigger_ok "DEF" --condition on-event -u -a --action notify
+lttng_add_trigger_ok "ABC" --condition event-rule-matches aaa -u --filter 'p == 2' --action notify
+lttng_add_trigger_ok "DEF" --condition event-rule-matches -u -a --action notify
 
 cat > "${tmp_expected_stdout}" <<- EOF
 - name: ABC
This page took 0.022802 seconds and 4 git commands to generate.