mirror of https://github.com/qt/qt5.git
Provisioning: Install python-xml for RTA tests
RTA tests requires python 2 xml modules, e.g. xml.etree.ElementTree Task-number: QTQAINFRA-3990 Change-Id: I9db41280a73ae97b0698198afea5fc5d48dec563 Reviewed-by: Johanna Äijälä <johanna.aijala@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
parent
c20aba6f04
commit
ed8cddd726
|
@ -109,6 +109,9 @@ sudo zypper -nq install java
|
|||
# open-vm-tools requires update. Version in tier1 is broken and causes segfault on boot.
|
||||
sudo zypper -nq update open-vm-tools
|
||||
|
||||
# RTA tests requires python 2 xml modules
|
||||
sudo zypper -nq install python-xml
|
||||
|
||||
gccVersion="$(gcc --version |grep gcc |cut -b 17-23)"
|
||||
echo "GCC = $gccVersion" >> versions.txt
|
||||
|
||||
|
|
Loading…
Reference in New Issue