[docs] [issue15759] "make suspicious" doesn't display instructions in case of failure
Ezio Melotti
report at bugs.python.org
Tue Jul 8 16:00:53 CEST 2014
Ezio Melotti added the comment:
Serhiy, your patch LGTM.
Can you apply a similar fix for the linkcheck and doctest target and commit it?
FWIW the patch produces a slightly different output (in addition to showing the missing message), but I don't think it's a problem:
Without patch:
...
build finished with problems, 8 warnings.
make: *** [build] Error 1
With patch:
...
build finished with problems, 8 warnings.
make[1]: *** [build] Error 1
make[1]: Leaving directory `/home/wolf/dev/py/py3k/Doc'
Suspicious check complete; ...
make: *** [suspicious] Error 1
----------
versions: +Python 3.5 -Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15759>
_______________________________________
More information about the docs
mailing list