From 252869c9499569cdc4bc8d332c0a085b1d8a9c87 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 7 Sep 2015 15:07:54 +1000 Subject: [PATCH] test: re-enable the abort-on-bug log handler This was accidentally disabled in 6953b51b7ebe079b9432244. We want to fail when a bug is exposed. Signed-off-by: Peter Hutterer --- test/litest.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/litest.c b/test/litest.c index 38e313eb..bfa28f44 100644 --- a/test/litest.c +++ b/test/litest.c @@ -780,11 +780,9 @@ litest_log_handler(struct libinput *libinput, fprintf(stderr, "litest %s: ", priority); vfprintf(stderr, format, args); -#if 0 if (strstr(format, "client bug: ") || strstr(format, "libinput bug: ")) litest_abort_msg("libinput bug triggered, aborting.\n"); -#endif } static int