From: Jonathan Rajotte Date: Wed, 5 May 2021 17:34:00 +0000 (-0400) Subject: Fix: tests: extra arguments are not passed to the remove trigger command X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=651dd74ddc4e98f443888d3afea237df85ca1b22;hp=651dd74ddc4e98f443888d3afea237df85ca1b22;p=lttng-tools.git Fix: tests: extra arguments are not passed to the remove trigger command Observed issue ============== CI root jobs fails on the remove trigger operation for the user_trigger trigger during the test_ust_notifier_discarded_count_multi_uid test. Cause ===== The `--owner uid` option and its argument are not passed during the command execution. Solution ======== Pass all extra parameters for the command execution. Known drawbacks ========= None. Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: Ic7b5d46b6793cda16a474c5459f9bf533812fe61 ---