Module: check_mk
Branch: master
Commit: 75c675327913a45c9e55d446e3ca83da821d5f01
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=75c675327913a4…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Apr 10 13:20:08 2017 +0200
Now really clean before .f12 during tests
Change-Id: I4d8505508fa7b4be396f8891efe8199b2d08d448
---
tests/testlib/__init__.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/testlib/__init__.py b/tests/testlib/__init__.py
index e46dbcf..0a0e221 100644
--- a/tests/testlib/__init__.py
+++ b/tests/testlib/__init__.py
@@ -382,7 +382,7 @@ class Site(object):
# Prevent build problems of livestatus
print("Cleanup git files")
- assert os.system("git clean -xfd") >> 8 == 0
+ assert os.system("sudo git clean -xfd") >> 8 == 0
for path in paths:
if os.path.exists("%s/.f12" % path):