diff options
| author | Michael Albinus | 2018-03-14 16:45:45 +0100 |
|---|---|---|
| committer | Michael Albinus | 2018-03-14 16:45:45 +0100 |
| commit | d993d00394707e69b6ac7befeb72140d9b12a4e9 (patch) | |
| tree | 87cda344e45098980c98eb90e38a8976e1e829b5 | |
| parent | 84a946a5199d84163ee221994216360502fc85ee (diff) | |
| download | emacs-d993d00394707e69b6ac7befeb72140d9b12a4e9.tar.gz emacs-d993d00394707e69b6ac7befeb72140d9b12a4e9.zip | |
; * test/README: Fix typo
| -rw-r--r-- | test/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README b/test/README index 11a25fb524b..17135a02748 100644 --- a/test/README +++ b/test/README | |||
| @@ -50,7 +50,7 @@ nicer backtraces. To run the compiled version of a test use | |||
| 50 | 50 | ||
| 51 | make TEST_LOAD_EL=no ... | 51 | make TEST_LOAD_EL=no ... |
| 52 | 52 | ||
| 53 | Sometimes, it is ncessary to trace the duration time for single tests. | 53 | Sometimes, it is necessary to trace the duration time for single tests. |
| 54 | This is controlled by the environment variable TEST_PRINT_TEST_DURATION | 54 | This is controlled by the environment variable TEST_PRINT_TEST_DURATION |
| 55 | 55 | ||
| 56 | make TEST_PRINT_TEST_DURATION=1 ... | 56 | make TEST_PRINT_TEST_DURATION=1 ... |