summaryrefslogtreecommitdiff
path: root/tests/README
diff options
context:
space:
mode:
authorHartmut Holzgraefe <hholzgra@php.net>2000-12-03 10:45:53 +0000
committerHartmut Holzgraefe <hholzgra@php.net>2000-12-03 10:45:53 +0000
commit5f683e7d7857cc458018b5fc8a501ba1f51cfc15 (patch)
tree59190b4c0b4660ef6fc28239618acc4681bb65dc /tests/README
parentc95a8f39b97071c2f1a42e3d00cbec5fdd84e740 (diff)
downloadphp-git-5f683e7d7857cc458018b5fc8a501ba1f51cfc15.tar.gz
changed run-tests.php to use 'php -q' instead of 'php -f'
Diffstat (limited to 'tests/README')
-rwxr-xr-xtests/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/README b/tests/README
index b9b0622ecf..3c739c2fa9 100755
--- a/tests/README
+++ b/tests/README
@@ -2,17 +2,17 @@ PHP Regression Tests
====================
To run the tests, go to the top-level directory and
-run "./php -f run-tests.php".
+run "./php -q run-tests.php".
Without parameters, "run-tests.php" will recursively scan through the
file tree looking for directories called "tests", and run all the
tests (.phpt files) within (recursively).
To run tests in a single directory, pass the directory as a parameter:
-"./php -f run-tests.php tests/lang".
+"./php -q run-tests.php tests/lang".
To run one or more single tests, pass them as parameters:
-"./php -f run-tests.php tests/lang/015.phpt".
+"./php -q run-tests.php tests/lang/015.phpt".
The format of the .phpt files is quite simple. There are 6 possible
sections. Test, Skipif, Post, Get, File and Expect. The Test section