lkml.org 
[lkml]   [2021]   [Apr]   [1]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] torture: Correctly fetch CPUs for kvm-build.sh with all native language
On Thu, Apr 01, 2021 at 03:33:29PM -0700, Paul E. McKenney wrote:
> On Thu, Apr 01, 2021 at 11:08:02PM +0200, Frederic Weisbecker wrote:
> How about like this? I put this only in kvm.sh for the moment, but
> if these keep cropping up I will just hit all the scripts. ;-)

Sure, works for me!

Thanks.

>
> Thanx, Paul
>
> ------------------------------------------------------------------------
>
> commit 4ca332016ed81c15ebb3b744dbfc462281c544b8
> Author: Paul E. McKenney <paulmck@kernel.org>
> Date: Thu Apr 1 15:26:56 2021 -0700
>
> torture: Set kvm.sh language to English
>
> Some of the code invoked directly and indirectly from kvm.sh parses
> the output of commands. This parsing assumes English, which can cause
> failures if the user has set some other language. In a few cases,
> there are language-independent commands available, but this is not
> always the case. Therefore, as an alternative to polyglot parsing,
> this commit sets the LANG environment variable to en_US.UTF-8.
>
> Reported-by: Frederic Weisbecker <frederic@kernel.org>
> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
>
> diff --git a/tools/testing/selftests/rcutorture/bin/kvm.sh b/tools/testing/selftests/rcutorture/bin/kvm.sh
> index fab3bd9..390bb97 100755
> --- a/tools/testing/selftests/rcutorture/bin/kvm.sh
> +++ b/tools/testing/selftests/rcutorture/bin/kvm.sh
> @@ -20,6 +20,9 @@ mkdir $T
>
> cd `dirname $scriptname`/../../../../../
>
> +# This script knows only English.
> +LANG=en_US.UTF-8; export LANG
> +
> dur=$((30*60))
> dryrun=""
> KVM="`pwd`/tools/testing/selftests/rcutorture"; export KVM

\
 
 \ /
  Last update: 2021-04-02 00:51    [W:0.220 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site