File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ First, clone and build [the Ladybird project](https://github.com/LadybirdBrowser
88To run test262, only the ` test262-runner ` Ladybird target needs to be built. From the Ladybird checkout, run:
99
1010``` bash
11- ./Meta/ladybird.sh build test262-runner
11+ ./Meta/ladybird.py build test262-runner
1212```
1313
1414Then, in the libjs-test262 project, set up a virtual environment (optional) and install the script's dependencies:
@@ -33,7 +33,7 @@ Finally, clone or sync test262 itself:
3333## Usage
3434
3535In the below command, ` LADYBIRD_SOURCE_DIR ` should point to the Ladybird checkout. The exact path to ` test262-runner `
36- may vary depending on any extra options that were provided to ` ladybird.sh ` above.
36+ may vary depending on any extra options that were provided to ` ladybird.py ` above.
3737
3838``` bash
3939./main.py --libjs-test262-runner " ${LADYBIRD_SOURCE_DIR} /Build/release/bin/test262-runner" --test262-root ./test262
You can’t perform that action at this time.
0 commit comments