lttng add-trigger: rename on-event condition to event-rule-matches
[lttng-tools.git] / tests / regression / tools / trigger / start-stop / test_start_stop
index a09279eeed51a8986a630242ebff4bb42fb8b050..d0486939799e3daa11f3090905b56b2cdc6a07c2 100755 (executable)
@@ -57,7 +57,7 @@ function test_start_session_action()
        # a `notify` action.
        lttng_add_trigger_ok \
                $TRIGGER_NAME \
-               --condition on-event -u "tp:tptest" \
+               --condition event-rule-matches -u "tp:tptest" \
                --action start-session $SESSION_NAME \
                --action notify
 
@@ -111,7 +111,7 @@ function test_stop_session_action()
        # a `notify` action.
        lttng_add_trigger_ok \
                $TRIGGER_NAME \
-               --condition on-event -u "tp:tptest" \
+               --condition event-rule-matches -u "tp:tptest" \
                --action stop-session $SESSION_NAME \
                --action notify
 
This page took 0.024252 seconds and 4 git commands to generate.