[Buildbot-commits] [djmitche/buildbot] 3696fa: Move setText out of setStepStatus into startStep.

noreply at github.com noreply at github.com
Thu Mar 4 04:59:17 UTC 2010


Branch: refs/heads/master
Home:   http://github.com/djmitche/buildbot

Commit: 3696fad98da400401b1a4c13850411b840d0e5ff
    http://github.com/djmitche/buildbot/commit/3696fad98da400401b1a4c13850411b840d0e5ff
Author: Chris AtLee <catlee at mozilla.com>
Date:   2010-03-03 (Wed, 03 Mar 2010)

Changed paths:
  M buildbot/broken_test/runutils.py
  M buildbot/process/buildstep.py
  M buildbot/steps/shell.py
  M buildbot/steps/source.py
  A buildbot/test/regressions/test_shell_command_properties.py

Log Message:
-----------
Move setText out of setStepStatus into startStep.

When called in setStepStatus, properties for commands may not yet be
set, and so KeyError exceptions are raised.

setText must be called before stepStarted is called, so that status
receivers see the proper description.






More information about the Commits mailing list