typo [ci skip]

This commit is contained in:
Joe Watkins 2019-03-31 09:46:36 +02:00
parent 79c6636f15
commit 2c78b80e1e
No known key found for this signature in database
GPG key ID: F9BA0ADA31CBD89E

View file

@ -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. 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. 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.