X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=tests%2Fcli%2Ftest_convert_args.in;h=875f10e6f623b4b9514802d17fcdb9ee8c2ba11a;hb=f9692f1466df722e5fc4a35743b817614caa7fdb;hp=3f38f0a4b87318a724453d956a0892e764b5bdf7;hpb=c7a8a750996f076dc13b07dd72cfacf2930a666c;p=babeltrace.git diff --git a/tests/cli/test_convert_args.in b/tests/cli/test_convert_args.in index 3f38f0a4..875f10e6 100644 --- a/tests/cli/test_convert_args.in +++ b/tests/cli/test_convert_args.in @@ -70,7 +70,7 @@ comment() { echo "### $1 ###" } -plan_tests 74 +plan_tests 75 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' @@ -147,3 +147,4 @@ test_bt_convert_fails 'implicit source.ctf.lttng-live without URL' '-i lttng-liv test_bt_convert_fails 'no source' '-o text' test_bt_convert_fails '-o ctf without --output' 'my-trace -o ctf' test_bt_convert_fails '-o ctf + --output with implicit sink.text.pretty' 'my-trace -o ctf --output /output/path --no-delta' +test_bt_convert_fails '--stream-intersection' '/path/to/trace --stream-intersection'