commit | fd2cfa529d0746151604b47959206cbbdd23bf31 | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Wed May 20 03:17:42 2015 +0300 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Wed May 20 03:17:42 2015 +0300 |
tree | 8e129338877754dde8fe774314a3ff661250f125 | |
parent | 4af1c1da85fb279038a520c8229e1c8584f97e5e [diff] [blame] |
fix muptiply tests in one run, update report generation
diff --git a/wally/utils.py b/wally/utils.py index cdee319..d94d333 100644 --- a/wally/utils.py +++ b/wally/utils.py
@@ -184,7 +184,8 @@ rr = proc.communicate(input_data) res.extend(rr) - thread = threading.Thread(target=thread_func) + thread = threading.Thread(target=thread_func, + name="Local cmd execution") thread.daemon = True thread.start() thread.join(timeout)