diff -r a3df1579a864 -r 882a55369341 test/test_env.sh --- a/test/test_env.sh Thu Oct 04 19:35:30 2018 +0000 +++ b/test/test_env.sh Tue Sep 25 16:23:35 2018 +0200 @@ -185,6 +185,15 @@ if [ $? = 0 ] then VM_CPU="ppc" + if [ $VM_BITS = "64" ] + then + VM_CPU="ppc64" + grep "ppc64le" vm_version.out > ${NULL} + if [ $? = 0 ] + then + VM_CPU="ppc64le" + fi + fi fi grep "ia64" vm_version.out > ${NULL} if [ $? = 0 ]