Fix bug introduced by f5677ab
[ganeti-local] / Makefile.am
index 35c0a20..029d751 100644 (file)
@@ -220,6 +220,7 @@ utils_PYTHON = \
        lib/utils/log.py \
        lib/utils/mlock.py \
        lib/utils/nodesetup.py \
+       lib/utils/process.py \
        lib/utils/retry.py \
        lib/utils/text.py \
        lib/utils/wrapper.py \
@@ -231,6 +232,7 @@ docrst = \
        doc/design-2.1.rst \
        doc/design-2.2.rst \
        doc/design-2.3.rst \
+       doc/design-2.4.rst \
        doc/design-oob.rst \
        doc/design-query2.rst \
        doc/cluster-merge.rst \
@@ -495,6 +497,7 @@ python_tests = \
        test/ganeti.utils.io_unittest.py \
        test/ganeti.utils.mlock_unittest.py \
        test/ganeti.utils.nodesetup_unittest.py \
+       test/ganeti.utils.process_unittest.py \
        test/ganeti.utils.retry_unittest.py \
        test/ganeti.utils.text_unittest.py \
        test/ganeti.utils.wrapper_unittest.py \
@@ -800,6 +803,9 @@ check-local: check-dirs
 lint: $(BUILT_SOURCES)
        @test -n "$(PYLINT)" || { echo 'pylint' not found during configure; exit 1; }
        $(PYLINT) $(LINT_OPTS) $(lint_python_code)
+       cd $(top_srcdir)/qa && \
+         PYTHONPATH=$(abs_top_srcdir) $(PYLINT) $(LINT_OPTS) \
+         --rcfile  ../pylintrc $(patsubst qa/%.py,%,$(qa_scripts))
 
 # a dist hook rule for updating the vcs-version file; this is
 # hardcoded due to where it needs to build the file...