[pytango] 50/122: Use a thread instead of a process to run the tests

Sandor Bodo-Merle sbodomerle-guest at moszumanska.debian.org
Thu Sep 28 19:18:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

sbodomerle-guest pushed a commit to tag v9.2.1
in repository pytango.

commit bdcd3af16faea07f760658fee04612ee4c03bb87
Author: Vincent Michel <vincent.michel at maxlab.lu.se>
Date:   Mon Oct 10 16:04:24 2016 +0200

    Use a thread instead of a process to run the tests
---
 test/context.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/context.py b/test/context.py
index 96da479..fc9c356 100644
--- a/test/context.py
+++ b/test/context.py
@@ -54,7 +54,7 @@ class TangoTestContext(object):
 
     def __init__(self, device, device_cls=None, server_name=None,
                  instance_name=None, device_name=None, properties={},
-                 db="tango.db", port=0, debug=0, daemon=False, process=True):
+                 db="tango.db", port=0, debug=0, daemon=False, process=False):
         """Inititalize the context to run a given device."""
         # Argument
         tangoclass = device.__name__

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytango.git



More information about the debian-science-commits mailing list