mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 12:19:54 +00:00
Everywhere: Document use of ladybird.py over ladybird.sh
This commit is contained in:
parent
6ac729e03d
commit
7ce88eb4cd
Notes:
github-actions[bot]
2025-05-29 23:34:58 +00:00
Author: https://github.com/trflynn89
Commit: 7ce88eb4cd
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4904
Reviewed-by: https://github.com/ADKaster
10 changed files with 38 additions and 38 deletions
|
@ -86,7 +86,7 @@ def create_test(test_name: str, test_type: str, is_async: bool = False) -> None:
|
|||
elif test_type == "Layout":
|
||||
input_boilerplate = generic_boilerplate
|
||||
expected_boilerplate = f"""run
|
||||
./Meta/ladybird.sh run headless-browser --run-tests
|
||||
./Meta/ladybird.py run headless-browser --run-tests
|
||||
"${{LADYBIRD_SOURCE_DIR}}/Tests/LibWeb" --rebaseline -f {input_file}
|
||||
to produce the expected output for this test
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue