http://bugs.webkit.org/show_bug.cgi?id=15925
SunSpider should check for Shark being installed
* sunspider: Explicitly test that shark command line tool is installed.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27662
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-09 Alexey Proskuryakov <ap@webkit.org>
+
+ Reviewed by Darin.
+
+ http://bugs.webkit.org/show_bug.cgi?id=15925
+ SunSpider should check for Shark being installed
+
+ * sunspider: Explicitly test that shark command line tool is installed.
+
2007-11-04 Darin Adler <darin@apple.com>
* hosted/sunspider.html: Tweaked formatting a bit.
$runShark = 20 if $runShark20;
$testRuns = 1 if $runShark;
+if ($runShark && ! -x "/usr/bin/shark") {
+ die "Please install CHUD tools from http://developer.apple.com/tools/download/\n";
+}
if (!$jsShellPath || $showHelp) {
print STDERR $usage;