Title: [121493] trunk/Tools
Revision
121493
Author
[email protected]
Date
2012-06-28 17:47:49 -0700 (Thu, 28 Jun 2012)

Log Message

run-bindings-tests should return non-zero exit code on test failure
https://bugs.webkit.org/show_bug.cgi?id=90205

Reviewed by Adam Barth.

* Scripts/run-bindings-tests:
(main):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (121492 => 121493)


--- trunk/Tools/ChangeLog	2012-06-29 00:38:08 UTC (rev 121492)
+++ trunk/Tools/ChangeLog	2012-06-29 00:47:49 UTC (rev 121493)
@@ -1,3 +1,13 @@
+2012-06-28  Joshua Bell  <[email protected]>
+
+        run-bindings-tests should return non-zero exit code on test failure
+        https://bugs.webkit.org/show_bug.cgi?id=90205
+
+        Reviewed by Adam Barth.
+
+        * Scripts/run-bindings-tests:
+        (main):
+
 2012-06-28  Terry Anderson  <[email protected]>
 
         [chromium] Reset the device scale factor to 1 before each test is run

Modified: trunk/Tools/Scripts/run-bindings-tests (121492 => 121493)


--- trunk/Tools/Scripts/run-bindings-tests	2012-06-29 00:38:08 UTC (rev 121492)
+++ trunk/Tools/Scripts/run-bindings-tests	2012-06-29 00:47:49 UTC (rev 121493)
@@ -51,7 +51,7 @@
 
     from webkitpy.bindings.main import BindingsTests
 
-    BindingsTests(reset_results, generators, executive.Executive()).main()
+    return BindingsTests(reset_results, generators, executive.Executive()).main()
 
 
 if __name__ == '__main__':
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to