aboutsummaryrefslogtreecommitdiffstats
path: root/python/qa_tch_f_decoder.py
diff options
context:
space:
mode:
authorVasil Velichkov <vvvelichkov@gmail.com>2019-09-09 22:38:21 +0300
committerPiotr Krysik <ptrkrysik@gmail.com>2020-02-14 15:14:59 +0000
commita623940437622e11b6f9490a8bcfaaee0e9ae222 (patch)
tree30d07d5ac05bc6d09a17a47e2624a1db906677b7 /python/qa_tch_f_decoder.py
parentb15396e7aeab5dc92e5cd8263e40a0b2a44d78ae (diff)
tests: Do not specify filename when runing gr_unittest
This fixes the following warning DEPRECATED: Using filename with gr_unittest does no longer have any effect. Change-Id: I7d6dbc32ff794ebf2bc116fa7437062e6780b85f
Diffstat (limited to 'python/qa_tch_f_decoder.py')
-rwxr-xr-xpython/qa_tch_f_decoder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qa_tch_f_decoder.py b/python/qa_tch_f_decoder.py
index b6a8b65..1cac84f 100755
--- a/python/qa_tch_f_decoder.py
+++ b/python/qa_tch_f_decoder.py
@@ -105,4 +105,4 @@ class qa_tch_f_decoder (gr_unittest.TestCase):
self.assertEqual(dst.num_messages(), 0)
if __name__ == '__main__':
- gr_unittest.run(qa_tch_f_decoder, "qa_tch_f_decoder.xml")
+ gr_unittest.run(qa_tch_f_decoder)