Roger Pau Monne writes ("[PATCH OSSTEST] examine/cpu: fix fetching number of
threads"):
> The way to fetch the number of threads from the output of xl info is
> wrong, as the result of =~ is either true or false, but will never be a
> numeric value.
>
> Fix the regex to have a capture group in order to fetch the number of
> threads, and store the capture in the threads variable.
>
> Signed-off-by: Roger Pau Monné <[email protected]>
Acked-by: Ian Jackson <[email protected]>
I will push this to pretest. Hopefully it will go through quickly...