mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:47:45 +00:00
LibWeb: Show layout test failure diffs in unified format (diff -u)
This commit is contained in:
parent
0ef07383e5
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…
Add table
Add a link
Reference in a new issue