mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 19:46:16 +08:00
Provisioning: Install expect
Expect is needed by Release Test Automation (RTA) to automate configure testing. Change-Id: I66889c70667a12f962cbea39906bd8b7a1d63517 Reviewed-by: Joni Jäntti <joni.jantti@qt.io> Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
This commit is contained in:
@@ -84,6 +84,8 @@ try
|
||||
yes | sudo aptdcon --hide-terminal --install g++-multilib || throw $ExceptionAPT
|
||||
# python3 development package
|
||||
yes | sudo aptdcon --hide-terminal --install python3-dev python3-pip python3-virtualenv || throw $ExceptionAPT
|
||||
# Automates interactive applications (Needed by RTA to automate configure testing)
|
||||
yes | sudo aptdcon --hide-terminal --install expect || throw $ExceptionAPT
|
||||
)
|
||||
catch || {
|
||||
case $ex_code in
|
||||
|
||||
Reference in New Issue
Block a user