提交 de0bf6d0 编写于 作者: S skovalev

8078834: [TESTBUG] Tests fails on ARM64 due to unknown hardware

Reviewed-by: dholmes, adinn
上级 fb8902d7
......@@ -191,6 +191,11 @@ if [ $? = 0 ]
then
VM_CPU="ia64"
fi
grep "aarch64" vm_version.out > ${NULL}
if [ $? = 0 ]
then
VM_CPU="aarch64"
fi
export VM_TYPE VM_BITS VM_OS VM_CPU
echo "VM_TYPE=${VM_TYPE}"
echo "VM_BITS=${VM_BITS}"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册