Dan Kenigsberg has uploaded a new change for review. Change subject: automation: enable pep8 ......................................................................
automation: enable pep8 We now have a single check-patch job. Change-Id: If2266725af30e45b414d040f7f8d6b47d46bf947 Signed-off-by: Dan Kenigsberg <[email protected]> --- M automation/check-patch.sh 1 file changed, 0 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/53/45753/1 diff --git a/automation/check-patch.sh b/automation/check-patch.sh index 51f7ee3..68a3083 100755 --- a/automation/check-patch.sh +++ b/automation/check-patch.sh @@ -10,8 +10,6 @@ # this redefines 'ugly' but looks like NOSE_EXCLUDE works at test method level, # not at module neither at testcase level, so we have no choice but this. export NOSE_EXCLUDE=".*testGetBondingOptions.*|testMirroring.*|testToggleIngress|testException|testQdiscsOfDevice|testReplacePrio" -# disable pep8 checks on unit test, since we have seperate job on it. -export PEP8=$(which true) sh -x autogen.sh --system make all -- To view, visit https://gerrit.ovirt.org/45753 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If2266725af30e45b414d040f7f8d6b47d46bf947 Gerrit-PatchSet: 1 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Dan Kenigsberg <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
