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_file_metadata.py | 1 + 1 file changed, 1 insertion(+) (limited to 'gr-blocks/python/qa_file_metadata.py') diff --git a/gr-blocks/python/qa_file_metadata.py b/gr-blocks/python/qa_file_metadata.py index 69974d6dad..c2319a800e 100644 --- a/gr-blocks/python/qa_file_metadata.py +++ b/gr-blocks/python/qa_file_metadata.py @@ -35,6 +35,7 @@ def sig_source_c(samp_rate, freq, amp, N): class test_file_metadata(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