diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/litest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/litest.c b/test/litest.c index a900c1c8..187dd345 100644 --- a/test/litest.c +++ b/test/litest.c @@ -1750,7 +1750,8 @@ litest_bug_log_handler(struct libinput *libinput, va_list args) { if (strstr(format, "client bug: ") || - strstr(format, "libinput bug: ")) + strstr(format, "libinput bug: ") || + strstr(format, "kernel bug: ")) return; litest_abort_msg("Expected bug statement in log msg, aborting.\n"); |