Skip to content

Commit

Permalink
typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Mar 31, 2019
1 parent 79c6636 commit 2c78b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 2c78b80

Please sign in to comment.