fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/pysim/+/32729 )


Change subject: contrib/jenkins.sh: print pylint version before running it
......................................................................

contrib/jenkins.sh: print pylint version before running it

Change-Id: Icc96ff16af482581dc97a387bcff1374fbb620f3
Related: OS#6034
---
M contrib/jenkins.sh
1 file changed, 12 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/29/32729/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 34f47ea..db8abfd 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -31,6 +31,8 @@
        ../tests/pysim-test.sh
        ;;
 "pylint")
+       # Print pylint version
+       pip freeze | grep pylint
        # Run pylint to find potential errors
        # Ignore E1102: not-callable
        #   pySim/filesystem.py: E1102: method is not callable (not-callable)

--
To view, visit https://gerrit.osmocom.org/c/pysim/+/32729
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: Icc96ff16af482581dc97a387bcff1374fbb620f3
Gerrit-Change-Number: 32729
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to