Module: check_mk
Branch: master
Commit: ff27df42dc561cff49f4c1932e5ee43b19439ef5
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=ff27df42dc561c…
Author: Lars Michelsen <lm(a)mathias-kettner.de>
Date: Mon Apr 23 19:54:53 2018 +0200
Fix broken windows agent unit tests when being executed in screen
Change-Id: I5ebc5d06f168ae80c53e58f62a498be7d4f06961
---
agents/windows/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/agents/windows/Makefile.am b/agents/windows/Makefile.am
index 8a7d663..a85b4b7 100644
--- a/agents/windows/Makefile.am
+++ b/agents/windows/Makefile.am
@@ -168,7 +168,7 @@ check_mk_agent.res: check_mk_agent.rc $(VPATH)/check_mk_agent.ico
# to /dev/null as the test output will go to stdout (and/or xml file) anyway.
# DISPLAY="$$DISPLAY xterm" GTEST_OUTPUT=xml:result.xml wine $<
2>/dev/null
unittest: WindowsAgentTest$(EXEEXT)
- DISPLAY="$$DISPLAY xterm" GTEST_OUTPUT=xml:result.xml wine $<
+ TERM=linux DISPLAY="$$DISPLAY xterm" GTEST_OUTPUT=xml:result.xml wine $<
integrationtest: install-strip
cd $(bindir)/it ; \