Webkit generate-coverage-data script needs update to use new test script
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 06:31:35 +0000 (06:31 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 2 Feb 2012 06:31:35 +0000 (06:31 +0000)
https://bugs.webkit.org/show_bug.cgi?id=77597

Patch by Jacob Goldstein <jacobg@adobe.com> on 2012-02-01
Reviewed by Dirk Schulze.

* Scripts/generate-coverage-data:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@106533 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/Scripts/generate-coverage-data

index 5163f1b..1cd0803 100644 (file)
@@ -1,3 +1,12 @@
+2012-02-01  Jacob Goldstein  <jacobg@adobe.com>
+
+        Webkit generate-coverage-data script needs update to use new test script
+        https://bugs.webkit.org/show_bug.cgi?id=77597
+
+        Reviewed by Dirk Schulze.
+
+        * Scripts/generate-coverage-data:
+
 2012-02-01  Adam Barth  <abarth@webkit.org>
 
         Update the tests to show that the mac-ews processes patches from
index c97d086..d06ee99 100755 (executable)
@@ -60,7 +60,7 @@ system("if [ -d WebKitBuild ]; then find WebKitBuild -name '*.gcda' -delete; fi;
 
 print "Building and testing\n";
 system("Tools/Scripts/build-webkit", "--coverage", @ARGV) == 0 or die;
-system "Tools/Scripts/run-webkit-tests", "--no-launch-safari";
+system "Tools/Scripts/new-run-webkit-tests", "--no-launch-safari";
 system "Tools/Scripts/run-javascriptcore-tests", "--coverage", @ARGV;
 
 # Collect the data and generate a report