diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2018-11-23 16:15:11 +0100 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2018-11-23 16:15:40 +0100 |
commit | 62dc39edda2a0a95151d3dc424698ee8b53d3471 (patch) | |
tree | c0321f033de78ff3095767b1200789bf0d325c28 /run-tests.php | |
parent | 48b9594227964bc06f59de246b49fe88ef63b692 (diff) | |
download | php-git-62dc39edda2a0a95151d3dc424698ee8b53d3471.tar.gz |
Document --show-mem as a valid run-tests.php option
[ci skip]
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/run-tests.php b/run-tests.php index 43302d1b6f..7dd0d7b07c 100755 --- a/run-tests.php +++ b/run-tests.php @@ -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. |