Re: [PATCH v2 11/11] tests/ssh_linux_malta: Fix 64-bit target tests

2019-10-19 Thread Aleksandar Markovic
On Saturday, October 19, 2019, Philippe Mathieu-Daudé wrote: > Commit 9090d3332cdcc added tests for specific to the 32-bit > machines, which inadvertently make the 64-bit tests failing. > Now than we have this information available in the CPU_INFO > array, use it to have the 64-bit tests back. >

[PATCH v2 11/11] tests/ssh_linux_malta: Fix 64-bit target tests

2019-10-19 Thread Philippe Mathieu-Daudé
Commit 9090d3332cdcc added tests for specific to the 32-bit machines, which inadvertently make the 64-bit tests failing. Now than we have this information available in the CPU_INFO array, use it to have the 64-bit tests back. Signed-off-by: Philippe Mathieu-Daudé --- v2: do not include Aleksandar