cli: return if bt_plugin_find_all_from_dir fails in load_dynamic_plugins
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 14 Aug 2019 17:49:51 +0000 (13:49 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Sat, 17 Aug 2019 00:12:13 +0000 (20:12 -0400)
commit70dfe5e41a18dc2225d1b80dccd547050ee5df35
tree91a2186ce43311a52c6e70ba63e635391dd07124
parentd164ff16c5d8d303f2f9f3c295e66fff56a271a7
cli: return if bt_plugin_find_all_from_dir fails in load_dynamic_plugins

If the call to bt_plugin_find_all_from_dir in load_dynamic_plugins
returns an error (a negative status code), we currently continue
execution as if nothing happened.

This patch makes it so that we exit the loop and report the error to the
caller.

Change-Id: Ib22813b92fe06156cde1681c55651a294cd67909
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/1934
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>
src/cli/babeltrace2-plugins.c
This page took 0.025397 seconds and 4 git commands to generate.