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.11.5~12 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=4a5ce57c0329b9e4593c007363e436c49e390978;hp=4a5ce57c0329b9e4593c007363e436c49e390978;p=lttng-tools.git 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 ---