git://git.webkit.org
/
WebKit-https.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Reviewed by Oliver.
[WebKit-https.git]
/
SunSpider
/
sunspider-compare-results
diff --git
a/SunSpider/sunspider-compare-results
b/SunSpider/sunspider-compare-results
index
134c8ee
..
632c3cf
100755
(executable)
--- a/
SunSpider/sunspider-compare-results
+++ b/
SunSpider/sunspider-compare-results
@@
-79,7
+79,8
@@
sub readResultsFile($)
}
close FILE;
}
close FILE;
- die "Cound not find data in file - needs to be bracketed by [{ and }]." unless ($foundStart && $foundEnd);
+ die "Cound not find data in ${filename} - needs to start with [{" unless $foundStart;
+ die "Cound not find data in ${filename} - needs to end with }]" unless $foundEnd;
return $result;
}
return $result;
}