test/test_env.sh

changeset 7871
3820a7d64760
parent 7574
a51071796915
child 7994
04ff2f6cd0eb
child 9493
882a55369341
equal deleted inserted replaced
7864:91a1be057e0a 7871:3820a7d64760
189 grep "ia64" vm_version.out > ${NULL} 189 grep "ia64" vm_version.out > ${NULL}
190 if [ $? = 0 ] 190 if [ $? = 0 ]
191 then 191 then
192 VM_CPU="ia64" 192 VM_CPU="ia64"
193 fi 193 fi
194 grep "aarch64" vm_version.out > ${NULL}
195 if [ $? = 0 ]
196 then
197 VM_CPU="aarch64"
198 fi
194 export VM_TYPE VM_BITS VM_OS VM_CPU 199 export VM_TYPE VM_BITS VM_OS VM_CPU
195 echo "VM_TYPE=${VM_TYPE}" 200 echo "VM_TYPE=${VM_TYPE}"
196 echo "VM_BITS=${VM_BITS}" 201 echo "VM_BITS=${VM_BITS}"
197 echo "VM_OS=${VM_OS}" 202 echo "VM_OS=${VM_OS}"
198 echo "VM_CPU=${VM_CPU}" 203 echo "VM_CPU=${VM_CPU}"

mercurial