summaryrefslogtreecommitdiff
path: root/gr-zeromq/python/zeromq/qa_zeromq_reqrep.py
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2014-05-13 11:12:22 -0700
committerJohnathan Corgan <johnathan@corganlabs.com>2014-05-13 11:12:22 -0700
commit760b5b97f3872dcbb0e38dfd8557c02613012c46 (patch)
tree414334ffade38c8c48b462c918746e2d81fbdca8 /gr-zeromq/python/zeromq/qa_zeromq_reqrep.py
parent2698130b46bb739b3bd2e42d68ec3e95e3ebf18f (diff)
zeromq: temporarily removing QA test output to XML
The QA tests are run twice, once for stdout, once for XML out, this causes problems because the network ports don't recycle fast enough and the blocks get 'address in use' errors.
Diffstat (limited to 'gr-zeromq/python/zeromq/qa_zeromq_reqrep.py')
-rwxr-xr-xgr-zeromq/python/zeromq/qa_zeromq_reqrep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-zeromq/python/zeromq/qa_zeromq_reqrep.py b/gr-zeromq/python/zeromq/qa_zeromq_reqrep.py
index afb1fbc54e..e6d20fce45 100755
--- a/gr-zeromq/python/zeromq/qa_zeromq_reqrep.py
+++ b/gr-zeromq/python/zeromq/qa_zeromq_reqrep.py
@@ -46,4 +46,4 @@ class qa_zeromq_reqrep (gr_unittest.TestCase):
self.assertEqual(sink.data(), src_data)
if __name__ == '__main__':
- gr_unittest.run(qa_zeromq_reqrep, "qa_zeromq_reqrep.xml")
+ gr_unittest.run(qa_zeromq_reqrep)