Skip to content

Commit

Permalink
Document --show-mem as a valid run-tests.php option
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nikic committed Nov 23, 2018
1 parent 48b9594 commit 62dc39e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run-tests.php
Expand Up @@ -771,12 +771,12 @@ function save_or_mail_results()
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.
Expand Down

0 comments on commit 62dc39e

Please sign in to comment.