summaryrefslogtreecommitdiff
path: root/gr-blocks/python/qa_file_source_sink.py
diff options
context:
space:
mode:
authorTom Rondeau <trondeau@vt.edu>2013-03-13 18:55:01 -0400
committerTom Rondeau <trondeau@vt.edu>2013-03-13 18:55:01 -0400
commit3e33c4655ca02d831ecef17f30264afc962965af (patch)
tree41d2942b358a8f73446604abca29b8e0810c545a /gr-blocks/python/qa_file_source_sink.py
parentef350c1648c9c97ce57c382c494742c312b2847d (diff)
audio: minor master merge fix.
blocks: fix QA to turn off controlport (should generalize this).
Diffstat (limited to 'gr-blocks/python/qa_file_source_sink.py')
-rw-r--r--gr-blocks/python/qa_file_source_sink.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/gr-blocks/python/qa_file_source_sink.py b/gr-blocks/python/qa_file_source_sink.py
index d1d67074d5..2898f760ec 100644
--- a/gr-blocks/python/qa_file_source_sink.py
+++ b/gr-blocks/python/qa_file_source_sink.py
@@ -27,6 +27,7 @@ import os
class test_file_source_sink(gr_unittest.TestCase):
def setUp (self):
+ os.environ['GR_CONF_CONTROLPORT_ON'] = 'False'
self.tb = gr.top_block ()
def tearDown (self):