forked from qt-creator/qt-creator
Squish: Change temporarily(?) to Console
Change-Id: Ib31780a5cc4a159afb4f3eeef4165d30f09e2ba7 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
committed by
Robert Löhning
parent
fb85d0a0f2
commit
c4e5dcb770
@@ -5,7 +5,7 @@ project = "SquishProject"
|
|||||||
|
|
||||||
def main():
|
def main():
|
||||||
startApplication("qtcreator" + SettingsPath)
|
startApplication("qtcreator" + SettingsPath)
|
||||||
createProject_Qt_GUI(projectsPath, project)
|
createProject_Qt_Console(projectsPath, project)
|
||||||
for config in iterateBuildConfigs(1, 0):
|
for config in iterateBuildConfigs(1, 0):
|
||||||
selectBuildConfig(1, 0, config)
|
selectBuildConfig(1, 0, config)
|
||||||
test.log("Testing build configuration: " + config)
|
test.log("Testing build configuration: " + config)
|
||||||
|
|||||||
Reference in New Issue
Block a user