mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 17:40:27 +00:00
LibWeb: Show layout test failure diffs in unified format (diff -u)
This commit is contained in:
parent
0ef07383e5
commit
1cd61723f0
Notes:
sideshowbarker
2024-07-16 23:06:28 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/1cd61723f0
1 changed files with 1 additions and 1 deletions
|
@ -26,6 +26,6 @@ for input_html_path in "${SCRIPT_DIR}"/input/*; do
|
|||
echo "${input_html_file} PASSED"
|
||||
else
|
||||
echo "${input_html_file} FAILED"
|
||||
diff "${expected_layout_dump_path}" <(echo "${output_layout_dump}")
|
||||
diff -u "${expected_layout_dump_path}" <(echo "${output_layout_dump}")
|
||||
fi
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue