Branch: refs/heads/master
  Home:   https://github.com/buildbot/buildbot
  Commit: 549b70b3e37565e8aa5d0036283b47452e72dbec
      
https://github.com/buildbot/buildbot/commit/549b70b3e37565e8aa5d0036283b47452e72dbec
  Author: Vladimir Rutsky <[email protected]>
  Date:   2013-11-16 (Sat, 16 Nov 2013)

  Changed paths:
    M master/buildbot/test/unit/test_steps_shell.py

  Log Message:
  -----------
  Remove test_describe_fail() and add tests for describe() on custom rendarables

_describe() checks with:

   try:
       len(words)
   except AttributeError:
       # WithProperties and Property don't have __len__
       return ["???"]

if passed command is some kind of rendarable, so describe() should never fail.

But this doesn't work for renderables which are instances of new-style
classes - add failing tests for that cases.


  Commit: 484dc57b7b9c9f600dd0ea8e64d507992a14f020
      
https://github.com/buildbot/buildbot/commit/484dc57b7b9c9f600dd0ea8e64d507992a14f020
  Author: Vladimir Rutsky <[email protected]>
  Date:   2013-11-16 (Sat, 16 Nov 2013)

  Changed paths:
    M master/buildbot/steps/shell.py

  Log Message:
  -----------
  Fix _describe() when command is new-style class instance


  Commit: b8d88f0671f8a18c2e82cfafcd2f075f9218989e
      
https://github.com/buildbot/buildbot/commit/b8d88f0671f8a18c2e82cfafcd2f075f9218989e
  Author: Dustin J. Mitchell <[email protected]>
  Date:   2013-11-17 (Sun, 17 Nov 2013)

  Changed paths:
    M master/buildbot/steps/shell.py
    M master/buildbot/test/unit/test_steps_shell.py

  Log Message:
  -----------
  Merge branch 'fix_custom_renderables_describe' of 
git://github.com/vrutsky/buildbot


Compare: 
https://github.com/buildbot/buildbot/compare/93447bbef41d...b8d88f0671f8
------------------------------------------------------------------------------
DreamFactory - Open Source REST & JSON Services for HTML5 & Native Apps
OAuth, Users, Roles, SQL, NoSQL, BLOB Storage and External API Access
Free app hosting. Or install the open source package on any LAMP server.
Sign up and see examples for AngularJS, jQuery, Sencha Touch and Native!
http://pubads.g.doubleclick.net/gampad/clk?id=63469471&iu=/4140/ostg.clktrk
_______________________________________________
Buildbot-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/buildbot-commits

Reply via email to