summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Watkins <krakjoe@php.net>2019-03-31 09:46:36 +0200
committerJoe Watkins <krakjoe@php.net>2019-03-31 09:46:55 +0200
commit2c78b80e1e7656fd5bbed3a35ca8c3d8be213f15 (patch)
tree6fa21109507b4664d703abf4a96692eb5ed4d3a4 /README.md
parent79c6636f15d6d7334ff75a2e73090b9454121a15 (diff)
downloadphp-git-2c78b80e1e7656fd5bbed3a35ca8c3d8be213f15.tar.gz
typo [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e59a262bb7..e5c48f0239 100644
--- 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.