[Kimchi-devel] [PATCH] [Wok 4/4] Fix tests
Lucio Correia
luciojhc at linux.vnet.ibm.com
Fri Feb 26 19:12:55 UTC 2016
Signed-off-by: Lucio Correia <luciojhc at linux.vnet.ibm.com>
---
tests/utils.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/utils.py b/tests/utils.py
index d158ba1..249205d 100644
--- a/tests/utils.py
+++ b/tests/utils.py
@@ -119,6 +119,7 @@ def run_server(host, port, ssl_port, test_mode, cherrypy_port=None,
'websockets_port': 64667, 'ssl_cert': '', 'ssl_key': '',
'max_body_size': '4*1024', 'test': test_mode,
'access_log': '/dev/null', 'error_log': '/dev/null',
+ 'req_log': '/dev/null',
'environment': environment, 'log_level': 'debug'})()
if model is not None:
setattr(args, 'model', model)
--
1.9.1
More information about the Kimchi-devel
mailing list