aboutsummaryrefslogtreecommitdiffstats
path: root/host/tests/devtest/tx_waveforms_test.py
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2019-11-07 15:20:40 -0800
committerMartin Braun <martin.braun@ettus.com>2019-11-08 08:56:20 -0800
commit21ed72b5a219c7d3d4cc87afa61410aff56f30a7 (patch)
treead6a617d1376fd75a0d4874d2b89cbc6499b926b /host/tests/devtest/tx_waveforms_test.py
parentd2102d5999abb383a434e12403843b30f02583f4 (diff)
downloaduhd-21ed72b5a219c7d3d4cc87afa61410aff56f30a7.tar.gz
uhd-21ed72b5a219c7d3d4cc87afa61410aff56f30a7.tar.bz2
uhd-21ed72b5a219c7d3d4cc87afa61410aff56f30a7.zip
devtese: Change default Python interpreter to 3
Usually, devtest is run via make (or ninja), and will use the correct Python interpreter. When running directly on the command line, it is important to pick the right Python interpreter so it will work with the Python API. Here, we change the default interpreter from Python 2 to 3, because that's the more common version, and will be the only option for upcoming UHD 4.0 anyway.
Diffstat (limited to 'host/tests/devtest/tx_waveforms_test.py')
-rw-r--r--host/tests/devtest/tx_waveforms_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/host/tests/devtest/tx_waveforms_test.py b/host/tests/devtest/tx_waveforms_test.py
index 5a07fbe84..4d555b48c 100644
--- a/host/tests/devtest/tx_waveforms_test.py
+++ b/host/tests/devtest/tx_waveforms_test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright 2019 Ettus Research, a National Instruments Brand
#