From 513733545673a05e631ecaadd2613f9563aa0fb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Thu, 29 Aug 2019 12:33:26 +0200 Subject: [PATCH] Always run tests with locale reset --- tests/tests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/tests.yml b/tests/tests.yml index be4b583..6b7f4ea 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -11,3 +11,5 @@ - sanity-tests: dir: NetworkManager-ci run: run/osci/run-tests dnsmasq + environment: + LC_ALL: C.UTF-8