Fix: pass `inputs` parameter to implicit `src.ctf.lttng-live`, not `url`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 16 Aug 2019 22:06:41 +0000 (18:06 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 17 Aug 2019 05:31:12 +0000 (01:31 -0400)
commitc57d9a632f05cfbac2b160a6127cace399bbaf5e
treeec9b985791a1554550cc9846cf14810bbef6a760
parent3971c70163bbc4056e285932580e0e731b40a151
Fix: pass `inputs` parameter to implicit `src.ctf.lttng-live`, not `url`

Since the `src.ctf.lttng-live` component class started to handle the
`babeltrace.support-info` query object, its component accepts the
`inputs` array parameter, not the `url` string parameter.

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Change-Id: I5d74a16c50ba16518a12be9064afd604c456e3fb
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1959
Tested-by: jenkins <jenkins@lttng.org>
src/cli/babeltrace2-cfg-cli-args.c
tests/cli/convert/test_convert_args
This page took 0.024766 seconds and 4 git commands to generate.