diff --git a/tests/cputestdata/cpu-gather.sh b/tests/cputestdata/cpu-gather.sh index 9c696f57bdbcc4d906a91d7cba178aac20df0192..cefd1b0d0d1689c291807e6691eb5d7b1a68d522 100755 --- a/tests/cputestdata/cpu-gather.sh +++ b/tests/cputestdata/cpu-gather.sh @@ -7,8 +7,55 @@ grep 'model name' /proc/cpuinfo | head -n1 cpuid -1r - echo + +for python in python3 python2; do + $python <