X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=blobdiff_plain;f=tests%2Fregression%2Ftools%2Ftrigger%2Fstart-stop%2Ftest_start_stop;h=b5937797d0bea1654eaa7587a79917f06d6052e9;hp=d0486939799e3daa11f3090905b56b2cdc6a07c2;hb=50ad08620ff49e3c27e6eb3fea5151e744ae13ec;hpb=665db06360d2bb830a47a2562ef0ebc28a1d75df diff --git a/tests/regression/tools/trigger/start-stop/test_start_stop b/tests/regression/tools/trigger/start-stop/test_start_stop index d04869397..b5937797d 100755 --- a/tests/regression/tools/trigger/start-stop/test_start_stop +++ b/tests/regression/tools/trigger/start-stop/test_start_stop @@ -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