mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-03-10 02:41:10 +00:00
Accept non-zero exit codes from pycodestyle
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
594ac576b9
commit
6bc776daf1
@ -22,7 +22,7 @@ if [ $err = 0 ] && [ "x$1" = "x--with-coverage" ]; then
|
||||
echo
|
||||
python3-coverage html -d coverage
|
||||
mkdir codestyle
|
||||
pycodestyle --config=setup.cfg britney.py britney2 --show-source --count > codestyle/codestyle.txt
|
||||
pycodestyle --config=setup.cfg britney.py britney2 --show-source --count > codestyle/codestyle.txt || :
|
||||
fi
|
||||
|
||||
exit $err
|
||||
|
Loading…
x
Reference in New Issue
Block a user