New submission from Florent Xicluna <florent.xicl...@gmail.com>:

When the buildbot fails to compile, the "clean" step is not run.
 http://www.python.org/dev/buildbot/builders/i386%20Ubuntu%203.x/builds/1838/

This is a problem for issue #9545 where the Modules/Setup.dist cannot be copied 
to Modules/Setup on next run (file already exist).

Normally, "clean" step takes care  to remove "Modules/Setup":
 
http://www.python.org/dev/buildbot/builders/i386%20Ubuntu%203.x/builds/1820/steps/clean/logs/stdio

----------
components: Tests
keywords: buildbot
messages: 113409
nosy: flox, orsenthil, pitrou, rhettinger
priority: normal
severity: normal
status: open
title: buildbot: if a compile error occurs, the "clean" step is skipped
type: resource usage
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9546>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to