cli: remove `convert` command's --path and --url options
[babeltrace.git] / tests / cli / test_trace_copy
index 8b4a46d40e2c43a2353b3eb476413346fee808d4..90dce380642b30dd8a0813d846857bb7aa4ab800 100755 (executable)
@@ -73,7 +73,7 @@ for path in "${SUCCESS_TRACES[@]}"; do
                fi
        fi
 
-       "${BT_TESTS_BT2_BIN}" "${path}" --component sink.ctf.fs --path "${out_path}" >/dev/null 2>&1
+       "${BT_TESTS_BT2_BIN}" "${path}" --component sink.ctf.fs "--params=path=\"${out_path}\"" >/dev/null 2>&1
        ok $? "Copy trace ${trace} with ctf-fs sink"
 
        "${BT_TESTS_BT2_BIN}" "${out_path}" >/dev/null 2>&1
This page took 0.023066 seconds and 4 git commands to generate.