aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_build_new_project
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@nokia.com>2012-04-05 19:21:49 +0200
committerRobert Löhning <robert.loehning@nokia.com>2012-04-05 20:13:00 +0200
commitc4e5dcb7702c90b030b11a20d54150fca6fb8d85 (patch)
tree9319cfb5bb072e388524d81700f32dfd69059587 /tests/system/suite_debugger/tst_build_new_project
parentfb85d0a0f2d34f444a1c5c02267354f382aab171 (diff)
Squish: Change temporarily(?) to Console
Change-Id: Ib31780a5cc4a159afb4f3eeef4165d30f09e2ba7 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Diffstat (limited to 'tests/system/suite_debugger/tst_build_new_project')
-rw-r--r--tests/system/suite_debugger/tst_build_new_project/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system/suite_debugger/tst_build_new_project/test.py b/tests/system/suite_debugger/tst_build_new_project/test.py
index e0ebaf9445..73a46f61ee 100644
--- a/tests/system/suite_debugger/tst_build_new_project/test.py
+++ b/tests/system/suite_debugger/tst_build_new_project/test.py
@@ -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)