Skip to content

Commit f680ea3

Browse files
committed
Update README with latest main.py options
Mostly to remove the --use-bytecode flag from the README.
1 parent 864ede0 commit f680ea3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,14 @@ python3 main.py --libjs-test262-runner ./Build/_deps/lagom-build/bin/test262-run
4040
## Options
4141

4242
```text
43-
usage: main.py [-h] [-j PATH] [-b] [-t PATH] [-p PATTERN] [-c CONCURRENCY] [--timeout TIMEOUT] [--memory-limit MEMORY_LIMIT] [--json] [--per-file PATH] [-s | -v] [-f] [--parse-only] [--ignore IGNORE] [--forward-stderr] [--summary]
43+
usage: main.py [-h] -j PATH [-t PATH] [-p PATTERN] [-c CONCURRENCY] [--timeout TIMEOUT] [--memory-limit MEMORY_LIMIT] [--json] [--per-file PATH] [-s | -v] [-f] [--parse-only] [--ignore IGNORE] [--forward-stderr] [--summary] [--debug]
4444
4545
Run the test262 ECMAScript test suite with SerenityOS's LibJS
4646
47-
optional arguments:
47+
options:
4848
-h, --help show this help message and exit
4949
-j PATH, --libjs-test262-runner PATH
50-
path to the 'libjs-test262-runner' binary
51-
-b, --use-bytecode Use the bytecode interpreter to run the tests
50+
path to the 'test262-runner' binary
5251
-t PATH, --test262-root PATH
5352
path to the 'test262' directory
5453
-p PATTERN, --pattern PATTERN

0 commit comments

Comments
 (0)