summaryrefslogtreecommitdiff
path: root/gr-zeromq/python/zeromq/qa_zeromq_pub.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_pub.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_pub.py')
-rwxr-xr-xgr-zeromq/python/zeromq/qa_zeromq_pub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-zeromq/python/zeromq/qa_zeromq_pub.py b/gr-zeromq/python/zeromq/qa_zeromq_pub.py
index e71c01a665..4277cc0e2d 100755
--- a/gr-zeromq/python/zeromq/qa_zeromq_pub.py
+++ b/gr-zeromq/python/zeromq/qa_zeromq_pub.py
@@ -50,4 +50,4 @@ class qa_zeromq_pub (gr_unittest.TestCase):
if __name__ == '__main__':
- gr_unittest.run(qa_zeromq_pub, "qa_zeromq_pub.xml")
+ gr_unittest.run(qa_zeromq_pub)