1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 17:22:15 +01:00

Document --show-mem as a valid run-tests.php option

[ci skip]
This commit is contained in:
Nikita Popov
2018-11-23 16:15:11 +01:00
parent 48b9594227
commit 62dc39edda

View File

@@ -771,12 +771,12 @@ Options:
seconds. The default value is 60 seconds, or 300 seconds when
testing for memory leaks.
--show-[all|php|skip|clean|exp|diff|out]
--show-[all|php|skip|clean|exp|diff|out|mem]
Show 'all' files, 'php' test file, 'skip' or 'clean' file. You
can also use this to show the output 'out', the expected result
'exp' or the difference between them 'diff'. The result types
get written independent of the log format, however 'diff' only
exists when a test fails.
'exp', the difference between them 'diff' or the valgrind log
'mem'. The result types get written independent of the log format,
however 'diff' only exists when a test fails.
--show-slow [n]
Show all tests that took longer than [n] milliseconds to run.