Title: [151231] trunk/Tools
Revision
151231
Author
[email protected]
Date
2013-06-05 11:31:52 -0700 (Wed, 05 Jun 2013)

Log Message

Unreviewed build fix. Don't pass in --use-remote-links argument on Windows now that we use NRWT.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunWebKitTests.start):

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2013-06-05 18:14:37 UTC (rev 151230)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2013-06-05 18:31:52 UTC (rev 151231)
@@ -317,7 +317,7 @@
             self.setCommand(self.command + ["--exit-after-n-crashes-or-timeouts", "50", "--exit-after-n-failures", "500"])
         if platform == "win":
             rootArgument = ['--root=' + os.path.join("WebKitBuild", self.getProperty('configuration'), "bin32")]
-            self.setCommand(self.command + ['--no-build', '--use-remote-links-to-tests'])
+            self.setCommand(self.command + ['--no-build'])
         else:
             rootArgument = ['--root=WebKitBuild/bin']
         if not self.buildJSCTool:

Modified: trunk/Tools/ChangeLog (151230 => 151231)


--- trunk/Tools/ChangeLog	2013-06-05 18:14:37 UTC (rev 151230)
+++ trunk/Tools/ChangeLog	2013-06-05 18:31:52 UTC (rev 151231)
@@ -1,3 +1,10 @@
+2013-06-05  Roger Fong  <[email protected]>
+
+        Unreviewed build fix. Don't pass in --use-remote-links argument on Windows now that we use NRWT.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (RunWebKitTests.start):
+
 2013-06-05  Brent Fulgham  <[email protected]>
 
         [Windows] Switch to NRWT
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to