aboutsummaryrefslogtreecommitdiffstats
path: root/python/qa_controlled_fractional_resampler_cc.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_controlled_fractional_resampler_cc.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_controlled_fractional_resampler_cc.py')
-rwxr-xr-xpython/qa_controlled_fractional_resampler_cc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/qa_controlled_fractional_resampler_cc.py b/python/qa_controlled_fractional_resampler_cc.py
index e00f6bc..57939de 100755
--- a/python/qa_controlled_fractional_resampler_cc.py
+++ b/python/qa_controlled_fractional_resampler_cc.py
@@ -40,4 +40,4 @@ class qa_controlled_fractional_resampler_cc (gr_unittest.TestCase):
if __name__ == '__main__':
- gr_unittest.run(qa_controlled_fractional_resampler_cc, "qa_controlled_fractional_resampler_cc.xml")
+ gr_unittest.run(qa_controlled_fractional_resampler_cc)