cli: make --plugin-path and --omit-{system,home}-plugin-path global opts
[babeltrace.git] / tests / plugins / flt.utils.muxer / succeed / test_succeed
index cda27310f9e8f640b0f0b2c9154f8c9f3d8e34a8..71b0c54e6407a8b745d64b911076dd6a53b995d4 100755 (executable)
@@ -37,11 +37,11 @@ function run_test
 {
        local test_name="$1"
        local local_args=(
+               "--plugin-path" "$data_dir"
                "-c" "src.test-muxer.TheSourceOfConfusion"
                "-p" "test-name=$test_name"
                "-c" "sink.text.details"
                "--params=compact=false,with-metadata=false"
-               "--plugin-path=$data_dir"
        )
 
        stdout_expected="$data_dir/succeed/$test_name.expect"
This page took 0.023889 seconds and 4 git commands to generate.