git-svn-id: https://svn.webkit.org/repository/webkit/trunk@10401
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-08-30 Darin Adler <darin@apple.com>
+
+ * Scripts/run-webkit-tests: Small formatting fix for leaks mode.
+
2005-08-29 Maciej Stachowiak <mjs@apple.com>
Reviewed by Darin.
{
my ($toolName, $toolPID, $leaksFilePath) = @_;
+ print "\n" unless $atLineStart;
+ $atLineStart = 1;
+
print " ? checking for leaks in $toolName\n";
my $leaksOutput = `leaks -exclude pthread_create $toolPID`;
my ($count, $bytes) = $leaksOutput =~ /Process $toolPID: (\d+) leaks? for (\d+) total/;