You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/manual-zh/src/commands.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ Test the current package
256
256
257
257
*`-p`, `--package <PACKAGE>` — Run test in the specified package
258
258
*`-f`, `--file <FILE>` — Run test in the specified file. Only valid when `--package` is also specified
259
-
*`-i`, `--index <INDEX>` — Run only the index-th test in the file. Accepts a single index or an inclusive range like `0-2`. Only valid when `--file` is also specified. Implies `--include-skipped`
259
+
*`-i`, `--index <INDEX>` — Run only the index-th test in the file. Accepts a single index or a left-inclusive right-exclusive range like `0-2`. Only valid when `--file` is also specified. Implies `--include-skipped`
260
260
*`--doc-index <DOC_INDEX>` — Run only the index-th doc test in the file. Only valid when `--file` is also specified. Implies `--include-skipped`
261
261
*`-u`, `--update` — Update the test snapshot
262
262
*`-l`, `--limit <LIMIT>` — Limit of expect test update passes to run, in order to avoid infinite loops
@@ -385,7 +385,7 @@ Run benchmarks in the current package
385
385
386
386
*`-p`, `--package <PACKAGE>` — Run test in the specified package
387
387
*`-f`, `--file <FILE>` — Run test in the specified file. Only valid when `--package` is also specified
388
-
*`-i`, `--index <INDEX>` — Run only the index-th test in the file. Accepts a single index or an inclusive range like `0-2`. Only valid when `--file` is also specified
388
+
*`-i`, `--index <INDEX>` — Run only the index-th test in the file. Accepts a single index or a left-inclusive right-exclusive range like `0-2`. Only valid when `--file` is also specified
389
389
*`--frozen` — Do not sync dependencies, assuming local dependencies are up-to-date
390
390
*`--build-only` — Only build, do not bench
391
391
*`--no-parallelize` — Run the benchmarks in a target backend sequentially
Copy file name to clipboardExpand all lines: docs/manual/src/commands.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,7 +256,7 @@ Test the current package
256
256
257
257
*`-p`, `--package <PACKAGE>` — Run test in the specified package
258
258
*`-f`, `--file <FILE>` — Run test in the specified file. Only valid when `--package` is also specified
259
-
*`-i`, `--index <INDEX>` — Run only the index-th test in the file. Accepts a single index or an inclusive range like `0-2`. Only valid when `--file` is also specified. Implies `--include-skipped`
259
+
*`-i`, `--index <INDEX>` — Run only the index-th test in the file. Accepts a single index or a left-inclusive right-exclusive range like `0-2`. Only valid when `--file` is also specified. Implies `--include-skipped`
260
260
*`--doc-index <DOC_INDEX>` — Run only the index-th doc test in the file. Only valid when `--file` is also specified. Implies `--include-skipped`
261
261
*`-u`, `--update` — Update the test snapshot
262
262
*`-l`, `--limit <LIMIT>` — Limit of expect test update passes to run, in order to avoid infinite loops
@@ -385,7 +385,7 @@ Run benchmarks in the current package
385
385
386
386
*`-p`, `--package <PACKAGE>` — Run test in the specified package
387
387
*`-f`, `--file <FILE>` — Run test in the specified file. Only valid when `--package` is also specified
388
-
*`-i`, `--index <INDEX>` — Run only the index-th test in the file. Accepts a single index or an inclusive range like `0-2`. Only valid when `--file` is also specified
388
+
*`-i`, `--index <INDEX>` — Run only the index-th test in the file. Accepts a single index or a left-inclusive right-exclusive range like `0-2`. Only valid when `--file` is also specified
389
389
*`--frozen` — Do not sync dependencies, assuming local dependencies are up-to-date
390
390
*`--build-only` — Only build, do not bench
391
391
*`--no-parallelize` — Run the benchmarks in a target backend sequentially
0 commit comments