Title: [99569] trunk/Tools
Revision
99569
Author
o...@webkit.org
Date
2011-11-08 07:40:33 -0800 (Tue, 08 Nov 2011)

Log Message

[Qt] Unreviewed trivial fix after build system refactoring.

* Scripts/run-qtwebkit-tests: Fix path of QtWebProcess for QML tests.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (99568 => 99569)


--- trunk/Tools/ChangeLog	2011-11-08 15:34:07 UTC (rev 99568)
+++ trunk/Tools/ChangeLog	2011-11-08 15:40:33 UTC (rev 99569)
@@ -1,3 +1,9 @@
+2011-11-08  Csaba Osztrogonác  <o...@webkit.org>
+
+        [Qt] Unreviewed trivial fix after build system refactoring.
+
+        * Scripts/run-qtwebkit-tests: Fix path of QtWebProcess for QML tests.
+
 2011-11-08  Tor Arne Vestbø  <tor.arne.ves...@nokia.com>
 
         [Qt] Don't set OBJECTS_DIR and DEFINES in default_pre

Modified: trunk/Tools/Scripts/run-qtwebkit-tests (99568 => 99569)


--- trunk/Tools/Scripts/run-qtwebkit-tests	2011-11-08 15:34:07 UTC (rev 99568)
+++ trunk/Tools/Scripts/run-qtwebkit-tests	2011-11-08 15:40:33 UTC (rev 99569)
@@ -213,7 +213,7 @@
         qml_import_path += ":" + self._options.path + "../../../../../../imports"
         os.putenv("QML_IMPORT_PATH", qml_import_path)
         path = os.getenv("PATH")
-        path += ":" + self._options.path + "../../../../../bin"
+        path += ":" + self._options.path + "../../../../../../bin"
         os.putenv("PATH", path)
         self.debug("Searching executables...")
         tests_executables = self.find_tests_paths(self._options.path)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to