Module: check_mk
Branch: master
Commit: e51c1c345fdee586e4d4c863ce48c869132b77bb
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=e51c1c345fdee5…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Wed May 30 10:47:34 2018 +0200
Temporary printf-style debugging of pylintrc paths.
Change-Id: Iad0c7d7abb283f0fc5f5d2219c9545164dd70edb
---
tests/pylint/pylintrc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/pylint/pylintrc b/tests/pylint/pylintrc
index dadd73e..0c4eff1 100644
--- a/tests/pylint/pylintrc
+++ b/tests/pylint/pylintrc
@@ -1,6 +1,6 @@
[MASTER]
# Setup the python paths needed for our tests
-init-hook='import sys, os; test_path = os.environ.get("TEST_PATH",
os.environ["HOME"] + "/git/check_mk/tests"); sys.path.insert(0,
test_path) ; import conftest'
+init-hook='import sys, os; test_path = os.environ.get("TEST_PATH",
os.environ["HOME"] + "/git/check_mk/tests"); sys.path.insert(0,
test_path) ; print("############## sys.path = %s" % sys.path); import
conftest'
#load-plugins=testlib.pylint_cmk,testlib.pylint_checker_wrong_i18n
load-plugins=testlib.pylint_cmk,testlib.pylint_checker_localization
persistent=yes