Home | History | Annotate | Download | only in webkitperl

Lines Matching refs:testDirectory

91     my ($testDirectory) = @_;
92 die "No test directory has been specified." unless ($testDirectory);
94 my $httpdConfig = getHTTPDConfigPathForTestDirectory($testDirectory);
95 my $documentRoot = "$testDirectory/http/tests";
96 my $jsTestResourcesDirectory = $testDirectory . "/fast/js/resources";
97 my $mediaResourcesDirectory = $testDirectory . "/media";
98 my $typesConfig = "$testDirectory/http/conf/mime.types";
121 my $sslCertificate = "$testDirectory/http/conf/webkit-httpd.pem";
130 my ($testDirectory) = @_;
131 die "No test directory has been specified." unless ($testDirectory);
135 my $windowsConfDirectory = "$testDirectory/http/conf/";
142 $httpdConfig = "$testDirectory/http/conf/apache2-msys-httpd.conf";
144 $httpdConfig = "$testDirectory/http/conf/apache2-debian-httpd.conf";
146 $httpdConfig = "$testDirectory/http/conf/fedora-httpd.conf";
148 $httpdConfig = "$testDirectory/http/conf/httpd.conf";
149 $httpdConfig = "$testDirectory/http/conf/apache2-httpd.conf" if `$httpdPath -v` =~ m|Apache/2|;