diff --git a/test/litest.c b/test/litest.c index 5ad0a77c..7070435e 100644 --- a/test/litest.c +++ b/test/litest.c @@ -702,6 +702,8 @@ litest_log_handler(struct libinput *libinput, color = ANSI_CYAN; else if (strstr(format, "edge-scroll:")) color = ANSI_BRIGHT_GREEN; + else if (strstr(format, "gesture:")) + color = ANSI_BRIGHT_YELLOW; fprintf(stderr, "%slitest %s ", color, priority); vfprintf(stderr, format, args);