summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-30 13:15:08 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2013-06-30 13:15:08 +0200
commit1da7a59dfab16f886386e02f6775022d7d3c3697 (patch)
treeb56163b5e152140c286760111b99973f4b429c8a /tests
parentcatch pylint return code (diff)
downloadpyload-1da7a59dfab16f886386e02f6775022d7d3c3697.tar.xz
fixed script
Diffstat (limited to 'tests')
-rwxr-xr-xtests/code_analysis.sh2
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