Skip to content

debugger: Exit with error code on debugged error

Jérome Perrin requested to merge jerome/slapos.buildout:fix/exit-code into master

When buildout encounter an error, program exists with error code 1, this should also be the case when exiting from a debugger session when running with -D option.

Merge request reports