From 1da7a59dfab16f886386e02f6775022d7d3c3697 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Sun, 30 Jun 2013 13:15:08 +0200 Subject: fixed script --- tests/code_analysis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3