Fix test for QtIFW

The current CI test for QtIFW assumes that QtIFW will always be version 4.1. 
The last run of the Azure Pipeline demonstrated what happens when the Qt repo 
updates QtIFW to the next version: The test fails.

This change should make the CI test resilient to version updates.
This commit is contained in:
David Dalcino
2021-11-14 14:08:38 -08:00
committed by GitHub
parent 893440cf3c
commit 6fa133ad8c

View File

@@ -293,7 +293,7 @@ linux_build_jobs.extend(
qt_creator_bin_path = "./Tools/QtCreator/bin/"
qt_creator_mac_bin_path = "./Qt Creator.app/Contents/MacOS/"
qt_ifw_bin_path = "./Tools/QtInstallerFramework/4.1/bin/"
qt_ifw_bin_path = "./Tools/QtInstallerFramework/*/bin/"
tool_options = {
"TOOL1_ARGS": "tools_qtcreator qt.tools.qtcreator",
"LIST_TOOL1_CMD": f"ls {qt_creator_bin_path}",