diff options
Diffstat (limited to 'gr-uhd/python/uhd/qa_uhd.py')
-rw-r--r-- | gr-uhd/python/uhd/qa_uhd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-uhd/python/uhd/qa_uhd.py b/gr-uhd/python/uhd/qa_uhd.py index 324ee32ce0..0c9eee7a67 100644 --- a/gr-uhd/python/uhd/qa_uhd.py +++ b/gr-uhd/python/uhd/qa_uhd.py @@ -47,4 +47,4 @@ class test_uhd(gr_unittest.TestCase): self.assertEqual(sa.channels[1], 0) if __name__ == '__main__': - gr_unittest.run(test_uhd, "test_uhd.xml") + gr_unittest.run(test_uhd) |