I don't know why I'm so sloppy today. Another build fix.
authorrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Apr 2012 02:19:31 +0000 (02:19 +0000)
committerrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Wed, 4 Apr 2012 02:19:31 +0000 (02:19 +0000)
* Scripts/run-webkit-tests:

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

Tools/ChangeLog
Tools/Scripts/run-webkit-tests

index a8ce8c5..7239956 100644 (file)
@@ -1,5 +1,11 @@
 2012-04-03  Ryosuke Niwa  <rniwa@webkit.org>
 
+        I don't know why I'm so sloppy today. Another build fix.
+
+        * Scripts/run-webkit-tests:
+
+2012-04-03  Ryosuke Niwa  <rniwa@webkit.org>
+
         Hopefully the last build fix for Chromium Windows.
 
         Explicitly execute new-run-webkit-tests and old-run-webkit-tests by python and perl.
index 75c53e2..aded98a 100755 (executable)
@@ -117,4 +117,4 @@ if (isQt()) {
 }
 
 my $harnessPath = File::Spec->catfile(relativeScriptsDir(), $harnessName);
-exec $harnessPath ($harnessPath, @ARGV) or die "Failed to execute $harnessPath";
+exec $script ($harnessPath, $harnessPath, @ARGV) or die "Failed to execute $harnessPath";