Comment 8 for bug 686731

Revision history for this message
Stefano Rivera (stefanor) wrote : Re: [Bug 686731] Re: Debian's python produces a different finalizers.png

> 'make test' *should* return non-zero if this happens, and I'm pretty
> sure it does.

Aah, right it does. I'd ignored that because I was running make images,
anyway.

> On second thought, a command like 'make clean images docs' should
> abort if a syntax error or whatnot prevents the images from being
> generated at all, so I've change the build-images in setup.py to
> sys.exit(1) if the doctests fail.

Thanks, it's nice for me to have the build fail if anything goes wrong.