Pylint tests in all.sh
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index d7d5a8c..41ea080 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -1050,6 +1050,8 @@
     done
 done
 
+msg "Analyse: Python source with Pylint"
+tests/scripts/check-python-files.sh
 
 
 ################################################################