From b1c0d62060dc54d3f6609d09a9814b77949b2e7a Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Tue, 26 Feb 2013 19:53:58 -0500
Subject: blocks: turning off controlport for these tests. If a port is
 specified, it can clash.

---
 gr-blocks/python/qa_stream_mux.py | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'gr-blocks/python/qa_stream_mux.py')

diff --git a/gr-blocks/python/qa_stream_mux.py b/gr-blocks/python/qa_stream_mux.py
index f21a9bbbc9..657bd3d63f 100755
--- a/gr-blocks/python/qa_stream_mux.py
+++ b/gr-blocks/python/qa_stream_mux.py
@@ -22,10 +22,12 @@
 
 from gnuradio import gr, gr_unittest
 import blocks_swig
+import os
 
 class test_stream_mux (gr_unittest.TestCase):
 
     def setUp (self):
+        os.environ['GR_CONF_CONTROLPORT_ON'] = 'False'
         self.tb = gr.top_block ()
 
     def tearDown (self):
-- 
cgit v1.2.3