[webkit-dev] debug patch for run-safari
Mike Solomon
mas63 at cornell.edu
Wed Jun 8 11:40:29 PDT 2005
pretty trivial, but bit me. enjoy.
[msolomon]phoenix:~/Projects/WebKitTools/Scripts> cvs diff -u3 run-
safari
Index: run-safari
===================================================================
RCS file: /cvs/root/WebKitTools/Scripts/run-safari,v
retrieving revision 1.4
diff -u -3 -r1.4 run-safari
--- run-safari 2005/06/08 09:00:52 1.4
+++ run-safari 2005/06/08 18:40:59
@@ -54,6 +54,7 @@
my @testDirs = ( "$productDir", "$productDir/Deployment",
"$productDir/Development" );
my $found = 0;
for my $testDir (@testDirs) {
+ next if ($debug && $testDir =~ m/Deployment$/);
# Check to see that frameworks are there.
print "Looking for frameworks in $testDir ...\n";
More information about the webkit-dev
mailing list