]> granicus.if.org Git - php/commitdiff
typo [ci skip]
authorJoe Watkins <krakjoe@php.net>
Sun, 31 Mar 2019 07:46:36 +0000 (09:46 +0200)
committerJoe Watkins <krakjoe@php.net>
Sun, 31 Mar 2019 07:46:55 +0000 (09:46 +0200)
README.md

index e59a262bb7042fea1f714085503f00358f287c6e..e5c48f02392e20a468a38301373e46092425167a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -58,9 +58,9 @@ Shall run `make` with a maximum of 4 concurrent jobs: Generally the maximum numb
 
 PHP ships with an extensive test suite, the command `make test` is used after successful compilation of the sources to run this test suite. 
 
-It is possible to run tests using multiple cores by setting `-jN` in `PHP_TEST_ARGS`:
+It is possible to run tests using multiple cores by setting `-jN` in `TEST_PHP_ARGS`:
 
-    make PHP_TEST_ARGS=-j4 test
+    make TEST_PHP_ARGS=-j4 test
     
 Shall run `make test` with a maximum of 4 concurrent jobs: Generally the maximum number of jobs should not exceed the number of cores available.