Module: check_mk
Branch: master
Commit: 50f0b8eaf98644c2b8c8627ee4e42de52c8241f6
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=50f0b8eaf98644…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Apr 10 11:54:44 2017 +0200
Try to fix test build issues by first building livestatus
Change-Id: I247a188ce100fc02d8be0efbc7a25aa47f4fe2cf
---
tests/testlib/__init__.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/testlib/__init__.py b/tests/testlib/__init__.py
index f1574b0..e46dbcf 100644
--- a/tests/testlib/__init__.py
+++ b/tests/testlib/__init__.py
@@ -346,6 +346,8 @@ class Site(object):
def _update_with_f12_files(self):
paths = [
+ cmk_path() + "/livestatus",
+ cmk_path() + "/livestatus/api/python",
cmk_path() + "/bin",
cmk_path() + "/modules",
cmk_path() + "/cmk_base",
@@ -355,8 +357,6 @@ class Site(object):
cmk_path() + "/web",
cmk_path() + "/inventory",
cmk_path() + "/notifications",
- cmk_path() + "/livestatus",
- cmk_path() + "/livestatus/api/python",
cmk_path() + "/.werks",
]