+2011-01-12 Maciej Stachowiak <mjs@apple.com>
+
+ Reviewed by Darin Adler.
+
+ Add a no-build option to run-webkit-tests, to avoid building DRT/WKTR
+ https://bugs.webkit.org/show_bug.cgi?id=52307
+
+ * Scripts/old-run-webkit-tests:
+
2011-01-12 Koan-Sin Tan <koansin.tan@gmail.com>
Reviewed by Martin Robinson.
my $verbose = 0;
my $shouldWaitForHTTPD = 0;
my $useWebKitTestRunner = 0;
+my $noBuildDumpTool = 0;
my @leaksFilenames;
'leaks|l' => \$shouldCheckLeaks,
'merge-leak-depth|m:5' => \$mergeDepth,
'new-test-results!' => \$generateNewResults,
+ 'no-build' => \$noBuildDumpTool,
'nthly=i' => \$testsPerDumpTool,
'pixel-tests|p' => \$pixelTests,
'platform=s' => \$platform,
chdirWebKit();
-if (!defined($root)) {
+if (!defined($root) && !$noBuildDumpTool) {
# FIXME: We build both DumpRenderTree and WebKitTestRunner for
# WebKitTestRunner runs becuase DumpRenderTree still includes
# the DumpRenderTreeSupport module and the TestNetscapePlugin.