We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cce68 commit fe4aba6Copy full SHA for fe4aba6
run-tests.php
@@ -98,7 +98,7 @@ function show_usage(): void
98
file.
99
100
--set-timeout <n>
101
- Set timeout for individual tests, where [n] is the number of
+ Set timeout for individual tests, where <n> is the number of
102
seconds. The default value is 60 seconds, or 300 seconds when
103
testing for memory leaks.
104
@@ -114,7 +114,7 @@ function show_usage(): void
114
however 'diff' only exists when a test fails.
115
116
--show-slow <n>
117
- Show all tests that took longer than [n] milliseconds to run.
+ Show all tests that took longer than <n> milliseconds to run.
118
119
--no-clean Do not execute clean section if any.
120
0 commit comments