diff options
author | Deepshikha khandelwal <dkhandel@redhat.com> | 2019-05-02 11:35:29 +0530 |
---|---|---|
committer | Deepshikha khandelwal <dkhandel@redhat.com> | 2019-05-02 11:35:29 +0530 |
commit | c3c38c9fe1d7cda2e58128f0cf4121621e09b7df (patch) | |
tree | db4f51ad9214f39f4b6aeea81673bb851889187a /build-gluster-org/scripts/python-compliance.sh | |
parent | 047263cc459fddfe53f3e8958aa0ea9fec48eceb (diff) | |
parent | 56d6b135fa3e7145ac87ffffd9ce656ee0b905b1 (diff) |
Merge branch 'master' of ssh://review.gluster.org/build-jobs
Change-Id: I4904745ad09dc306de0a1b9ecba6d409552a94c3
Diffstat (limited to 'build-gluster-org/scripts/python-compliance.sh')
-rw-r--r-- | build-gluster-org/scripts/python-compliance.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-gluster-org/scripts/python-compliance.sh b/build-gluster-org/scripts/python-compliance.sh index 1f50208..63a1d06 100644 --- a/build-gluster-org/scripts/python-compliance.sh +++ b/build-gluster-org/scripts/python-compliance.sh @@ -1,7 +1,7 @@ #!/usr/bin/bash set -e ./autogen.sh -./configure --disable-bd-xlator --enable-debug --enable-gnfs --silent +./configure --enable-debug --enable-gnfs --silent grep -rnl --exclude-dir='.git' '#!/usr/bin/python' | xargs pylint-3 --py3k find . -name '*.py' | xargs pylint-3 --py3k find . -name '*.py' | xargs python2 /opt/qa/python_compliance.py |