diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-30 13:15:08 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-06-30 13:15:08 +0200 |
commit | 1da7a59dfab16f886386e02f6775022d7d3c3697 (patch) | |
tree | b56163b5e152140c286760111b99973f4b429c8a /tests | |
parent | catch pylint return code (diff) | |
download | pyload-1da7a59dfab16f886386e02f6775022d7d3c3697.tar.xz |
fixed script
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/code_analysis.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/code_analysis.sh b/tests/code_analysis.sh index 052ddcdf2..118bee0da 100755 --- a/tests/code_analysis.sh +++ b/tests/code_analysis.sh @@ -14,4 +14,4 @@ pep8 pyload > pep8.txt echo "Running pylint" -pylint --reports=no pyload > pylint.txt || return 0
\ No newline at end of file +pylint --reports=no pyload > pylint.txt || exit 0
\ No newline at end of file |