diff options
| author | HiPhish <hiphish@posteo.de> | 2023-04-09 20:00:51 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-04-11 17:10:01 +0300 |
| commit | 439a61affab391d44341ac3113592698abd4143b (patch) | |
| tree | 6fd31f98446f2aaf7d4f7062f102abbf23f021fb /docs/markdown/Unit-tests.md | |
| parent | a912193fd8ed5e673009e879c088aa70b297811a (diff) | |
| download | meson-439a61affab391d44341ac3113592698abd4143b.tar.gz | |
Change "can not" to "cannot" throughout project
The word "cannot" expresses inability to do something whereas "can not"
expresses the ability to refrain from doing something.
Diffstat (limited to 'docs/markdown/Unit-tests.md')
| -rw-r--r-- | docs/markdown/Unit-tests.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Unit-tests.md b/docs/markdown/Unit-tests.md index 664f99e3e..36fbdcfc1 100644 --- a/docs/markdown/Unit-tests.md +++ b/docs/markdown/Unit-tests.md @@ -61,7 +61,7 @@ your build directory. ## Parallelism To reduce test times, Meson will by default run multiple unit tests in -parallel. It is common to have some tests which can not be run in +parallel. It is common to have some tests which cannot be run in parallel because they require unique hold on some resource such as a file or a D-Bus name. You have to specify these tests with a keyword argument. @@ -106,7 +106,7 @@ completed. ## Skipped tests and hard errors -Sometimes a test can only determine at runtime that it can not be run. +Sometimes a test can only determine at runtime that it cannot be run. For the default `exitcode` testing protocol, the GNU standard approach in this case is to exit the program with error code 77. Meson will |
