lttng add-trigger: replace domain options with single --domain
[lttng-tools.git] / tests / regression / tools / trigger / start-stop / test_start_stop
index d0486939799e3daa11f3090905b56b2cdc6a07c2..989079c4dc54c334bc42aacc4b1889c16f57e656 100755 (executable)
@@ -57,7 +57,7 @@ function test_start_session_action()
        # a `notify` action.
        lttng_add_trigger_ok \
                $TRIGGER_NAME \
-               --condition event-rule-matches -u "tp:tptest" \
+               --condition event-rule-matches --domain=user --name=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 event-rule-matches -u "tp:tptest" \
+               --condition event-rule-matches --domain=user --name=tp:tptest \
                --action stop-session $SESSION_NAME \
                --action notify
 
This page took 0.027308 seconds and 4 git commands to generate.