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