Title: [96367] trunk/Tools
- Revision
- 96367
- Author
- [email protected]
- Date
- 2011-09-29 15:25:48 -0700 (Thu, 29 Sep 2011)
Log Message
Attempt to make this tool work on Windows.
* Scripts/run-api-tests:
(buildTestTool):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (96366 => 96367)
--- trunk/Tools/ChangeLog 2011-09-29 22:21:00 UTC (rev 96366)
+++ trunk/Tools/ChangeLog 2011-09-29 22:25:48 UTC (rev 96367)
@@ -1,3 +1,10 @@
+2011-09-29 Adam Barth <[email protected]>
+
+ Attempt to make this tool work on Windows.
+
+ * Scripts/run-api-tests:
+ (buildTestTool):
+
2011-09-29 Tor Arne Vestbø <[email protected]>
[Qt] Try to fix the minial build
Modified: trunk/Tools/Scripts/run-api-tests (96366 => 96367)
--- trunk/Tools/Scripts/run-api-tests 2011-09-29 22:21:00 UTC (rev 96366)
+++ trunk/Tools/Scripts/run-api-tests 2011-09-29 22:25:48 UTC (rev 96367)
@@ -281,7 +281,8 @@
}
my @args = argumentsForConfiguration();
- my $buildProcess = open3($childIn, $childOut, $childErr, "Tools/Scripts/$buildTestTool", @args) or die "Failed to run " . $buildTestTool;
+ my $pathToBuildTestTool = File::Spec->catfile("Tools", "Scripts", $buildTestTool);
+ my $buildProcess = open3($childIn, $childOut, $childErr, $pathToBuildTestTool, @args) or die "Failed to run " . $buildTestTool;
close($childIn);
close($childOut);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes