mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05: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
Reference in a new issue