From 02d764eedf3f3435d921cb4de479656cf1253e25 Mon Sep 17 00:00:00 2001 From: Steph Fox Date: Tue, 22 Jul 2008 09:34:40 +0000 Subject: [PATCH] - Add missing help text --- run-tests.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/run-tests.php b/run-tests.php index 56d5a8a42b..395f5f9032 100755 --- a/run-tests.php +++ b/run-tests.php @@ -517,7 +517,7 @@ Options: -s Write output to . - -x FIXME: STEPH WRITES THE HELP TEXT HERE!! + -x Sets 'SKIP_SLOW_TESTS' environmental variable. --verbose -v Verbose mode. @@ -539,8 +539,10 @@ Options: Do not delete 'all' files, 'php' test file, 'skip' or 'clean' file. - --set-timeout - FIXME: STEPH WRITES THE HELP TEXT HERE!! + --set-timeout [n] + Set timeout for individual tests, where [n] is the number of + 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' files, 'php' test file, 'skip' or 'clean' file. You -- 2.40.0