#1260 use LANG=C for running all tests
Merged by mikem. Opened by tkopecek.
tkopecek/koji issue1259  into  master

Download 1260.patch

Fixes: https://pagure.io/koji/issue/1259

Please use C.UTF-8. Otherwise things will break in very odd ways...

Please use C.UTF-8. Otherwise things will break in very odd ways...

It worked only in combo with LANGUAGE=C.UTF-8 - otherwise I've got fixed external commands output, but not descriptions in python's exceptions (OSError)

rebased onto d03dda9d22f08156dc008ba72c1f5e476c9a78f7

rebased onto 91068f8d319bf659fa0f968d3ce4716c32fe7e07

@tkopecek You can use LC_ALL in place of LANGUAGE and LANG, I think?

Nope, LC_ALL doesn't override LANGUAGE (tested).

Welp, okay then.

:thumbsup:

rebased onto b07404d72b36178c5ba9c7c7ab07dc91bd87a284

rebased onto 498c43326ea764936f38e359e350a0cdd8acdcd3

I've used (rebase+change) more local approach, so we can catch some other errors.

rebased onto 739e9d05f79ce09fcad14e651bc81e0ab8f3ac18

...and used en_US.UTF-8 as RHEL6/7 doesn't like C.UTF-8 :-(

Commit 90464796 fixes this pull-request

Pull-Request has been merged by mikem

Metadata