mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
Tests/LibWeb: Only care about *.html files in layout test runner
This commit is contained in:
parent
92eaad8f2e
commit
1b262f8c89
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ else
|
||||||
LADYBIRD_BINARY="./ladybird"
|
LADYBIRD_BINARY="./ladybird"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for input_html_path in "${SCRIPT_DIR}"/input/*; do
|
for input_html_path in "${SCRIPT_DIR}"/input/*.html; do
|
||||||
input_html_file="$(basename "${input_html_path}" .html)"
|
input_html_file="$(basename "${input_html_path}" .html)"
|
||||||
|
|
||||||
output_layout_dump=$(cd "${LADYBIRD_BUILD_DIR}"; "${LADYBIRD_BINARY}" -d "${input_html_path}")
|
output_layout_dump=$(cd "${LADYBIRD_BUILD_DIR}"; "${LADYBIRD_BINARY}" -d "${input_html_path}")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue