Module: check_mk
Branch: master
Commit: 3a91f4c3a3d15a3a3873b0651721d80e33d6057b
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3a91f4c3a3d15a…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Wed Nov 30 16:21:15 2016 +0100
Fixed .f12 deployment of bin, cmk_base, cmk during integration tests
---
tests/testlib/__init__.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/tests/testlib/__init__.py b/tests/testlib/__init__.py
index eceb571..3dd9cd5 100644
--- a/tests/testlib/__init__.py
+++ b/tests/testlib/__init__.py
@@ -232,10 +232,10 @@ class Site(object):
def _update_with_f12_files(self):
paths = [
- cmc_path() + "/bin",
+ cmk_path() + "/bin",
cmk_path() + "/modules",
- cmc_path() + "/cmk_base",
- cmc_path() + "/cmk",
+ cmk_path() + "/cmk_base",
+ cmk_path() + "/cmk",
cmk_path() + "/checks",
cmk_path() + "/checkman",
cmk_path() + "/web",