diff options
author | Steph Fox <sfox@php.net> | 2008-07-22 09:34:40 +0000 |
---|---|---|
committer | Steph Fox <sfox@php.net> | 2008-07-22 09:34:40 +0000 |
commit | 02d764eedf3f3435d921cb4de479656cf1253e25 (patch) | |
tree | 23b589184bbdd8cb3f90c5f8879f352d976b02e8 /run-tests.php | |
parent | 705062e76a28fde3cfe3bf5e274e05baa4ba2656 (diff) | |
download | php-git-02d764eedf3f3435d921cb4de479656cf1253e25.tar.gz |
- Add missing help text
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 8 |
1 files 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 <file> Write output to <file>. - -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 |