diff options
| author | Michael Albinus | 2026-01-11 10:21:12 +0100 |
|---|---|---|
| committer | Michael Albinus | 2026-01-11 10:21:12 +0100 |
| commit | 1bc8e61df480cbf45e401baf2e81a62093e6d2a2 (patch) | |
| tree | fb4e13d1dad00e1b3fa8e9eeba67b2b17eed566a /test/README | |
| parent | 0e4a8ae1faaa399c422f0bc6c073f72fd0014eb6 (diff) | |
| download | emacs-1bc8e61df480cbf45e401baf2e81a62093e6d2a2.tar.gz emacs-1bc8e61df480cbf45e401baf2e81a62093e6d2a2.zip | |
Don't use "make -j" when running tests
* test/infra/gitlab-ci.yml (.job-template):
* test/README: Don't use "make -j".
Diffstat (limited to 'test/README')
| -rw-r--r-- | test/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/README b/test/README index d897e9e2c8b..a287ae69734 100644 --- a/test/README +++ b/test/README | |||
| @@ -33,6 +33,10 @@ The following examples expect this directory as the current working | |||
| 33 | directory. If you call make from Emacs' root directory, use "make -C | 33 | directory. If you call make from Emacs' root directory, use "make -C |
| 34 | test" instead. | 34 | test" instead. |
| 35 | 35 | ||
| 36 | Running several tests in parallel could result in unexpected side | ||
| 37 | effects with ephemeral test errors. Therefore, it is recommend not to | ||
| 38 | use "make -j". | ||
| 39 | |||
| 36 | The Makefile sets the environment variable $EMACS_TEST_DIRECTORY, | 40 | The Makefile sets the environment variable $EMACS_TEST_DIRECTORY, |
| 37 | which points to this directory. This environment variable does not | 41 | which points to this directory. This environment variable does not |
| 38 | exist when the tests are run outside make. The Makefile supports the | 42 | exist when the tests are run outside make. The Makefile supports the |