From: Jérémie Galarneau Date: Thu, 9 Jul 2020 15:44:47 +0000 (-0400) Subject: Fix: tests: interrupting get_next_notification causes test to fail X-Git-Tag: v2.13.0-rc1~602 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=67c93c15b77fa2089110ade9d493b17df6e90fc2;hp=67c93c15b77fa2089110ade9d493b17df6e90fc2 Fix: tests: interrupting get_next_notification causes test to fail Attaching a debugger to the `notification` test application causes tests to fail when the application is waiting for a notification as the function will return an `INTERRUPTED` status code. Signed-off-by: Jérémie Galarneau Change-Id: I4ac9ac13d02a96366791e81746e53bb5dde94885 ---