[Buildbot-commits] [buildbot/buildbot] 05ee9d: PyFlakes: add success test
GitHub
noreply at github.com
Tue Oct 2 21:26:55 UTC 2012
Branch: refs/heads/master
Home: https://github.com/buildbot/buildbot
Commit: 05ee9da48b3c9823a9e730523b0b19b0168cbe50
https://github.com/buildbot/buildbot/commit/05ee9da48b3c9823a9e730523b0b19b0168cbe50
Author: Martin Geisler <martin at geisler.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M master/buildbot/test/unit/test_steps_python.py
Log Message:
-----------
PyFlakes: add success test
Commit: 05ea5e9c40b64f2f9ebf066b0bfddd453ad3c3e4
https://github.com/buildbot/buildbot/commit/05ea5e9c40b64f2f9ebf066b0bfddd453ad3c3e4
Author: Martin Geisler <martin at geisler.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M master/buildbot/test/unit/test_steps_python.py
Log Message:
-----------
PyFlakes: add failure test
Commit: a159dc36f7b0dd56fc0b6e021b96bd16d071c6d1
https://github.com/buildbot/buildbot/commit/a159dc36f7b0dd56fc0b6e021b96bd16d071c6d1
Author: Martin Geisler <martin at geisler.net>
Date: 2012-09-30 (Sun, 30 Sep 2012)
Changed paths:
M master/buildbot/steps/python.py
M master/buildbot/test/unit/test_steps_python.py
Log Message:
-----------
PyFlakes: fix handling of warnings
The buildstep tried to return WARNINGS or FAILURE depending on the
severity of the warnings issued. However, this didn't work since
PyFlakes always return 1 if it finds any warnings or errors. A return
code of 1 is now decoded to mean WARNINGS, and the evaluateCommand
method will then classify the result further.
Commit: 63674640f34730f742297e0fc191ff86ce09eb9b
https://github.com/buildbot/buildbot/commit/63674640f34730f742297e0fc191ff86ce09eb9b
Author: Tom Prince <tom.prince at ualberta.net>
Date: 2012-10-02 (Tue, 02 Oct 2012)
Changed paths:
M master/buildbot/steps/python.py
M master/buildbot/test/unit/test_steps_python.py
Log Message:
-----------
Merge pull request #539 from mgeisler/pyflakes
Pyflakes
Compare: https://github.com/buildbot/buildbot/compare/d76261298030...63674640f347
More information about the Commits
mailing list