Home | History | Annotate | Download | only in Scripts

Lines Matching refs:testResults

399 my $testResults = File::Spec->catfile($testResultsDirectory, "results.html");
1009 unlink $testResults;
1017 open HTML, ">", $testResults or die "Failed to open $testResults. $!";
1041 system "WebKitTools/Scripts/run-launcher", @configurationArgs, "file://".$testResults if $launchSafari;
1045 $testResults = "/" . toWindowsPath($testResults);
1046 $testResults =~ s/\\/\//g;
1048 system "WebKitTools/Scripts/run-launcher", @configurationArgs, "file://".$testResults if $launchSafari;
1050 system "cygstart", $testResults if $launchSafari;
1052 system "WebKitTools/Scripts/run-safari", @configurationArgs, "-NSOpen", $testResults if $launchSafari;