diff options
author | Andreas Kling <kling@serenityos.org> | 2023-05-28 20:55:32 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2023-05-28 22:03:57 +0200 |
commit | ad6027433d8dfb0b9dcd6b6968bbed236d43be47 (patch) | |
tree | 4c3f53b74e5561e6972c7363ff18aa64e73a5096 /Meta | |
parent | 097b5e4803dff84b97821a0b5ce5f5ac0eb6b6ff (diff) | |
download | serenity-ad6027433d8dfb0b9dcd6b6968bbed236d43be47.zip |
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! :^)
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/Lagom/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |