summaryrefslogtreecommitdiffstats
path: root/Tools/Scripts/run-qtwebkit-tests
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/Scripts/run-qtwebkit-tests')
-rw-r--r--Tools/Scripts/run-qtwebkit-tests2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tools/Scripts/run-qtwebkit-tests b/Tools/Scripts/run-qtwebkit-tests
index 77bdd04..95dc941 100644
--- a/Tools/Scripts/run-qtwebkit-tests
+++ b/Tools/Scripts/run-qtwebkit-tests
@@ -207,6 +207,8 @@ class Main(Log):
self._Pool = Pool
def run(self):
+ """ We need to set this system variable in order to load the proper plugin for the qml tests """
+ os.putenv("QML_IMPORT_PATH", self._options.path + "../../../imports")
""" Find && execute && publish results of all test. "All in one" function. """
self.debug("Searching executables...")
tests_executables = self.find_tests_paths(self._options.path)