]> git.ipfire.org Git - thirdparty/git.git/commitdiff
ci: fix the `jobname` of the `GETTEXT_POISON` job
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 8 Apr 2020 04:05:35 +0000 (11:05 +0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2020 05:17:10 +0000 (22:17 -0700)
In 6cdccfce1e0f (i18n: make GETTEXT_POISON a runtime option,
2018-11-08), the `jobname` was adjusted to have the `GIT_TEST_` prefix,
but that prefix makes no sense in this context.

Co-authored-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Đoàn Trần Công Danh <congdanhqx@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
.travis.yml
ci/lib.sh

index 0cfc3c3428bd37afb4b1f1cd50e80ec7b0619973..05f3e3f8d79117c1d32bf5e433d0fd49de93125c 100644 (file)
@@ -16,7 +16,7 @@ compiler:
 
 matrix:
   include:
-    - env: jobname=GIT_TEST_GETTEXT_POISON
+    - env: jobname=GETTEXT_POISON
       os: linux
       compiler:
       addons:
index 40b159e24d56f1db17eb4ca1c2de294226f0575e..ff24c547c8bb56a244eb5b1b3ca11e4bd32ea31a 100755 (executable)
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -217,7 +217,7 @@ osx-clang|osx-gcc)
        # Travis CI OS X
        export GIT_SKIP_TESTS="t9810 t9816"
        ;;
-GIT_TEST_GETTEXT_POISON)
+GETTEXT_POISON)
        export GIT_TEST_GETTEXT_POISON=true
        ;;
 Linux32)