Squish: Change temporarily(?) to Console

Change-Id: Ib31780a5cc4a159afb4f3eeef4165d30f09e2ba7
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
This commit is contained in:
Christian Stenger
2012-04-05 19:21:49 +02:00
committed by Robert Löhning
parent fb85d0a0f2
commit c4e5dcb770

View File

@@ -5,7 +5,7 @@ project = "SquishProject"
def main():
startApplication("qtcreator" + SettingsPath)
createProject_Qt_GUI(projectsPath, project)
createProject_Qt_Console(projectsPath, project)
for config in iterateBuildConfigs(1, 0):
selectBuildConfig(1, 0, config)
test.log("Testing build configuration: " + config)