cli: make --plugin-path and --omit-{system,home}-plugin-path global opts
[babeltrace.git] / tests / plugins / flt.utils.trimmer / test_trimming
index 5f84bf1b7fa38dead45223d167c25a636dda2dea..b1e267a0894ff891c20d00a5345b498b5bb5bfcc 100755 (executable)
@@ -41,11 +41,11 @@ function run_test
        local begin_time="$1"
        local end_time="$2"
        local local_args=(
+               "--plugin-path" "$data_dir"
                "-c" "src.test-trimmer.TheSourceOfAllEvil"
                "-p" "with-stream-msgs-cs=$with_stream_msgs_cs"
                "-c" "sink.text.details"
                "--params=compact=true,with-metadata=false"
-               "--plugin-path=$data_dir"
        )
 
        if [ -n "$begin_time" ]; then
This page took 0.023772 seconds and 4 git commands to generate.