From: Mathieu Desnoyers Date: Thu, 16 May 2019 19:07:57 +0000 (-0400) Subject: Fix: tests: error handling in high throughput limits test (v2) X-Git-Tag: v2.10.8~24 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;h=b244f98efeadff3b82d1dc617fdce9944b02f2e9;hp=b244f98efeadff3b82d1dc617fdce9944b02f2e9;p=lttng-tools.git Fix: tests: error handling in high throughput limits test (v2) Each individual call to "tc" should be checked for error, else we may fail to catch specific tc errors caused, for instance, by a kernel configuration that only contains some of the required class modules. Also, invoke the utils.sh full_cleanup function from the script-specific interrupt_cleanup trap handler rather than try to perform stopping of relayd and sessiond within the script. Signed-off-by: Mathieu Desnoyers Signed-off-by: Jérémie Galarneau ---