[GTK] Run unit tests with --verbose in the bots
authorcarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 15 Mar 2012 17:37:48 +0000 (17:37 +0000)
committercarlosgc@webkit.org <carlosgc@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 15 Mar 2012 17:37:48 +0000 (17:37 +0000)
https://bugs.webkit.org/show_bug.cgi?id=81230

Reviewed by Martin Robinson.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(RunGtkAPITests): Add --verbose to run-gtk-test command.

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

Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
Tools/ChangeLog

index ad695ba..f659c66 100644 (file)
@@ -516,7 +516,7 @@ class RunGtkAPITests(shell.Test):
     name = "API tests"
     description = ["API tests running"]
     descriptionDone = ["API tests"]
-    command = ["perl", "./Tools/Scripts/run-gtk-tests", WithProperties("--%(configuration)s")]
+    command = ["python", "./Tools/Scripts/run-gtk-tests", "--verbose", WithProperties("--%(configuration)s")]
 
     def commandComplete(self, cmd):
         shell.Test.commandComplete(self, cmd)
index 38858f3..a23e922 100644 (file)
@@ -1,3 +1,13 @@
+2012-03-15  Carlos Garcia Campos  <cgarcia@igalia.com>
+
+        [GTK] Run unit tests with --verbose in the bots
+        https://bugs.webkit.org/show_bug.cgi?id=81230
+
+        Reviewed by Martin Robinson.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (RunGtkAPITests): Add --verbose to run-gtk-test command.
+
 2012-03-15  Kevin Ollivier  <kevino@theolliviers.com>
 
         Move wx port to using export macros