From ad6027433d8dfb0b9dcd6b6968bbed236d43be47 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sun, 28 May 2023 20:55:32 +0200 Subject: headless-browser: Print a diff when a test failure occurs This will make it a lot easier to understand what went wrong, especially when the failure occurs on CI but not at home. And of course, use LibDiff to generate the diff! :^) --- Meta/Lagom/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'Meta') diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index 3dc71a7e35..3f710a8be0 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -379,6 +379,7 @@ if (BUILD_LAGOM) Compress Crypto DNS + Diff Gemini Gfx GL -- cgit v1.2.3