From Dan Kenigsberg <[email protected]>: Dan Kenigsberg has uploaded a new change for review.
Change subject: automation: check-patch: make pylint on each patch ...................................................................... automation: check-patch: make pylint on each patch I'm not sure that this long test should be run on each and every patch, but let us consider this. Change-Id: Ib4f2f2ec78439ef560b305436160c3140b68e9f2 Signed-off-by: Dan Kenigsberg <[email protected]> --- M automation/check-patch.sh 1 file changed, 1 insertion(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/46/69346/1 diff --git a/automation/check-patch.sh b/automation/check-patch.sh index a866771..a401053 100755 --- a/automation/check-patch.sh +++ b/automation/check-patch.sh @@ -15,6 +15,7 @@ debuginfo-install -y python TIMEOUT=600 make check NOSE_WITH_COVERAGE=1 NOSE_COVER_PACKAGE="$PWD/vdsm,$PWD/lib" +make pylint # Generate coverage report in HTML format pushd tests -- To view, visit https://gerrit.ovirt.org/69346 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib4f2f2ec78439ef560b305436160c3140b68e9f2 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list -- [email protected] To unsubscribe send an email to [email protected]
