From 62dc39edda2a0a95151d3dc424698ee8b53d3471 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 23 Nov 2018 16:15:11 +0100 Subject: [PATCH] Document --show-mem as a valid run-tests.php option [ci skip] --- run-tests.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run-tests.php b/run-tests.php index 43302d1b6f3..7dd0d7b07ce 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.