[Zope-dev] buildout not setting exit status

Adam GROSZER agroszer at gmail.com
Mon Apr 14 12:34:26 EDT 2008


Hello,

Making a mistake in setup.py like this:
...
            'foo.bar [test]'
            'foo.lib',
...
(note the missing ,)

Makes buildout unhappy:

"""
Develop: '...'
error in foo.other setup command: 'extras_require' must be a dictionary whose values are strings or lists of strings containing valid project/version requirement specifiers.
While:
  Installing.
  Processing develop directory '...'.

An internal error occured due to a bug in either zc.buildout or in a
recipe being used:

AssertionError:
"""

So far not bad. I made an error I got an error.

Problem is that if this is used together with buildBOT, buildbot just
continues because buildout does not set exit status "1" on this error.
Usually creates nothing, so buildbot will miss the "bin/test".

-- 
Best regards,
 Adam GROSZER                          mailto:agroszer at gmail.com
--
Quote of the day:
Unthinking, idle, wild, and young, I laughed and danced and talked and sung. 
- Princess Amelia 



More information about the Zope-Dev mailing list