We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d376630 + 43dd512 commit a6d88d3Copy full SHA for a6d88d3
run-tests.php
@@ -104,7 +104,7 @@ function show_usage(): void
104
file.
105
106
--set-timeout <n>
107
- Set timeout for individual tests, where [n] is the number of
+ Set timeout for individual tests, where <n> is the number of
108
seconds. The default value is 60 seconds, or 300 seconds when
109
testing for memory leaks.
110
@@ -120,7 +120,7 @@ function show_usage(): void
120
however 'diff' only exists when a test fails.
121
122
--show-slow <n>
123
- Show all tests that took longer than [n] milliseconds to run.
+ Show all tests that took longer than <n> milliseconds to run.
124
125
--no-clean Do not execute clean section if any.
126
0 commit comments