OSDN Git Service

Remove the need to set global scripts directory.
authorBill King <bill.king@nokia.com>
Fri, 26 Aug 2011 10:39:04 +0000 (12:39 +0200)
committerBill King <bill.king@nokia.com>
Mon, 29 Aug 2011 10:36:31 +0000 (12:36 +0200)
Change-Id: I8f937120f7b151b0c68480a898fd953ae542bf69
Reviewed-on: http://codereview.qt.nokia.com/3662
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
tests/system/shared/qtcreator.py
tests/system/suite_general/tst_basic_cpp_support/test.py
tests/system/suite_general/tst_build_speedcrunch/test.py
tests/system/suite_general/tst_cmake_speedcrunch/test.py
tests/system/suite_general/tst_openqt_creator/test.py

index a960c94..67f1d3f 100644 (file)
@@ -7,8 +7,8 @@ SDKPath = ''
 SettingsPath = ''
 testSettings.logScreenshotOnFail = True
 
-source(findFile("scripts", "utils.py"))
-source(findFile("scripts", "mainwin.py"))
+source("../../shared/utils.py")
+source("../../shared/mainwin.py")
 
 if platform.system() in ('Windows', 'Microsoft'):
     SDKPath = "C:/QtSDK/src"
index 5ad959a..011764b 100644 (file)
@@ -1,4 +1,4 @@
-source(findFile("scripts", "qtcreator.py"))
+source("../../shared/qtcreator.py")
 
 refreshFinishedCount = 0
 
index 241a208..b1a777b 100644 (file)
@@ -1,4 +1,4 @@
-source(findFile("scripts", "qtcreator.py"))
+source("../../shared/qtcreator.py")
 
 SpeedCrunchPath = ""
 buildFinished = False
index 70fcdaf..ebfebf8 100644 (file)
@@ -1,4 +1,4 @@
-source(findFile("scripts", "qtcreator.py"))
+source("../../shared/qtcreator.py")
 
 SpeedCrunchPath = ""
 buildFinished = False
index f16ae43..b78e005 100644 (file)
@@ -1,4 +1,4 @@
-source(findFile("scripts", "qtcreator.py"))
+source("../../shared/qtcreator.py")
 
 refreshFinishedCount = 0