lttng add-trigger: some updates to event rule to new syntax
[lttng-tools.git] / tests / regression / tools / trigger / start-stop / test_start_stop
index d0486939799e3daa11f3090905b56b2cdc6a07c2..b5937797d0bea1654eaa7587a79917f06d6052e9 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 -u --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 -u --name=tp:tptest \
                --action stop-session $SESSION_NAME \
                --action notify
 
This page took 0.02339 seconds and 4 git commands to generate.