Skip to content

Commit 27faffc

Browse files
committed
README: fix --saveCompiledTests to match CLI help
1 parent e4160d6 commit 27faffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ Run `test262-harness --help` for details on the various configuration options.
4343
| `--timeout` | Set a custom test timeout in milliseconds | No | `10000` |
4444
| `--babelPresets` | Babel presets used to transpile code. E.g.: `stage-2`, `stage-3`. **Deprecated** | No | n/a |
4545
| `--acceptVersion` | Execute tests from a version of Test262 that differs from the versions supported by this utility. This may cause the utility to report invalid test results. | No | Inferred from `test262Dir/package.json` |
46-
| `--saveCompiledTests` | Write the compiled version of `path/to/test.js` as `path/to/test.<hostType>.js` so that it can be easily re-run under that host. Run `test262-harness --help` for examples. | No | n/a
46+
| `--saveCompiledTests` | Write the compiled version of `path/to/test.js` as `path/to/test.js.<hostType>.<pass\|fail>` so that it can be easily re-run under that host. Run `test262-harness --help` for examples. | No | n/a
4747
| `--saveOnlyFailed` | Only save the compiled version of the test if it failed, to help easily repro failed tests (implies `--saveCompiledTests`). | No | n/a

0 commit comments

Comments
 (0)