mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-03 16:16:43 +00:00
Tests/LibWeb: Only care about *.html files in layout test runner
This commit is contained in:
parent
92eaad8f2e
commit
1b262f8c89
Notes:
sideshowbarker
2024-07-17 09:56:35 +09:00
Author: https://github.com/awesomekling
Commit: 1b262f8c89
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ else
|
|||
LADYBIRD_BINARY="./ladybird"
|
||||
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)"
|
||||
|
||||
output_layout_dump=$(cd "${LADYBIRD_BUILD_DIR}"; "${LADYBIRD_BINARY}" -d "${input_html_path}")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue