File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff 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
4545Run 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
You can’t perform that action at this time.
0 commit comments