cli: convert: allow multiple paths to be passed as leftover arguments
[babeltrace.git] / tests / cli / test_convert_args.in
index 896a8d1d083da0d7b87da40668b3b9584857aa26..7498f120a7459f0132d3416ab19a32d9a1e6fdfa 100644 (file)
@@ -70,7 +70,7 @@ comment() {
        echo "### $1 ###"
 }
 
-plan_tests 77
+plan_tests 76
 
 test_bt_convert_run_args 'path leftover' '/path/to/trace' '--component source.ctf.fs --name source-ctf-fs --key path --value /path/to/trace --component sink.text.pretty --name pretty --component filter.utils.muxer --name muxer --component filter.lttng-utils.debug-info --name debug-info --connect source-ctf-fs:muxer --connect muxer:debug-info --connect debug-info:pretty'
 test_bt_convert_run_args 'path leftover + named user source with --params' '/path/to/trace --component ZZ:source.another.source --params salut=yes' '--component ZZ:source.another.source --params salut=yes --component source.ctf.fs --name source-ctf-fs --key path --value /path/to/trace --component sink.text.pretty --name pretty --component filter.utils.muxer --name muxer --component filter.lttng-utils.debug-info --name debug-info --connect ZZ:muxer --connect source-ctf-fs:muxer --connect muxer:debug-info --connect debug-info:pretty'
@@ -142,7 +142,6 @@ test_bt_convert_fails 'unknown -o' '-o lol'
 test_bt_convert_fails 'duplicate -o' '-o dummy --clock-seconds --output-format=text'
 test_bt_convert_fails '--run-args and --run-args-0' '/path/to/trace --run-args --run-args-0'
 test_bt_convert_fails 'duplicate -v' '/path/to/trace -vv'
-test_bt_convert_fails 'two leftover arguments' '/path/to/trace /other/path'
 test_bt_convert_fails '-o ctf-metadata without path' '-o ctf-metadata'
 test_bt_convert_fails '-i lttng-live and implicit source.ctf.fs' '-i lttng-live net://some-host/host/target/session --clock-offset=23'
 test_bt_convert_fails 'implicit source.ctf.fs without path' '--clock-offset=23'
This page took 0.024536 seconds and 4 git commands to generate.