+2007-07-01 Adam Roben <aroben@apple.com>
+
+ Fix some paths to make http tests work again on Windows
+
+ Rubberstamped by Sam.
+
+ * Scripts/run-webkit-tests:
+
2007-06-28 Stephanie <slewis@apple.com>
Reviewed by Adam,
$expectedDirectory = "LayoutTests/qt/";
$platformTestDirectory = $expectedDirectory;
} elsif (isCygwin()) {
- $expectedDirectory = "LayoutTests";
- $platformTestDirectory = "LayoutTests/win/";
+ $expectedDirectory = $testDirectory;
+ $platformTestDirectory = File::Spec->rel2abs("LayoutTests/win/");
}
$expectedDirectory = $ENV{"WebKitExpectedTestResultsDirectory"} if $ENV{"WebKitExpectedTestResultsDirectory"};
my $httpdPath = "/usr/sbin/httpd";
my $httpdConfig;
if (isCygwin()) {
- my $windowsConfDirectory = "$FindBin::Bin/../../OpenSourceWin/LayoutTestsWin/http/conf/";
+ my $windowsConfDirectory = "$testDirectory/http/conf/";
unless (-x "/usr/lib/apache/libphp4.dll") {
copy("$windowsConfDirectory/libphp4.dll", "/usr/lib/apache/libphp4.dll");
chmod(0755, "/usr/lib/apache/libphp4.dll");