Title: [99294] trunk/Tools
Revision
99294
Author
[email protected]
Date
2011-11-04 10:41:15 -0700 (Fri, 04 Nov 2011)

Log Message

[Qt] Fix run-qtwebkit-tests execution on the build bot(s).

Rubber-stamped by Tor Arne Vestbø.

* BuildSlaveSupport/build.webkit.org-config/master.cfg: The path to the tests
changed slightly after the refactoring.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (99293 => 99294)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-11-04 17:37:25 UTC (rev 99293)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2011-11-04 17:41:15 UTC (rev 99294)
@@ -493,7 +493,7 @@
     descriptionDone = ["API tests"]
     command = ["python", "./Tools/Scripts/run-qtwebkit-tests",
                "--output-file=qt-unit-tests.html", "--do-not-open-results", "--timeout=120",
-               WithProperties("WebKitBuild/%(configuration_pretty)s/WebKit/qt/tests/")]
+               WithProperties("WebKitBuild/%(configuration_pretty)s/Source/WebKit/qt/tests/")]
 
     def start(self):
         self.setProperty("configuration_pretty", self.getProperty("configuration").title())

Modified: trunk/Tools/ChangeLog (99293 => 99294)


--- trunk/Tools/ChangeLog	2011-11-04 17:37:25 UTC (rev 99293)
+++ trunk/Tools/ChangeLog	2011-11-04 17:41:15 UTC (rev 99294)
@@ -1,3 +1,12 @@
+2011-11-04  Simon Hausmann  <[email protected]>
+
+        [Qt] Fix run-qtwebkit-tests execution on the build bot(s).
+
+        Rubber-stamped by Tor Arne Vestbø.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg: The path to the tests
+        changed slightly after the refactoring.
+
 2011-11-04  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Don't warn about disabling WebKit2 when qmake does recursive includes
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to