diff options
author | Junio C Hamano <gitster@pobox.com> | 2021-02-10 14:48:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-02-10 14:48:33 -0800 |
commit | 466f94ec45e6170730f9dfaf7185a26f2e9fa8bf (patch) | |
tree | 94c611b389a658d7581175b8ac4407e6f6ac79fb /t/README | |
parent | Merge branch 'ab/grep-pcre-invalid-utf8' (diff) | |
parent | tests: remove uses of GIT_TEST_GETTEXT_POISON=false (diff) | |
download | tgif-466f94ec45e6170730f9dfaf7185a26f2e9fa8bf.tar.xz |
Merge branch 'ab/detox-gettext-tests'
Get rid of "GETTEXT_POISON" support altogether, which may or may
not be controversial.
* ab/detox-gettext-tests:
tests: remove uses of GIT_TEST_GETTEXT_POISON=false
tests: remove support for GIT_TEST_GETTEXT_POISON
ci: remove GETTEXT_POISON jobs
Diffstat (limited to 't/README')
-rw-r--r-- | t/README | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -358,12 +358,6 @@ whether this mode is active, and e.g. skip some tests that are hard to refactor to deal with it. The "SYMLINKS" prerequisite is currently excluded as so much relies on it, but this might change in the future. -GIT_TEST_GETTEXT_POISON=<boolean> turns all strings marked for -translation into gibberish if true. Used for spotting those tests that -need to be marked with a C_LOCALE_OUTPUT prerequisite when adding more -strings for translation. See "Testing marked strings" in po/README for -details. - GIT_TEST_SPLIT_INDEX=<boolean> forces split-index mode on the whole test suite. Accept any boolean values that are accepted by git-config. |