From 5f8142e543bb3f5b948c246ca648327849e96faa Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 28 May 2021 13:27:10 +0200 Subject: tests: Make python_api_test.py always explicitly call Python This change makes it such that python_api_test.py will spawn a subprocess for multi_usrp_test.py by explicitly calling the Python interpreter, and making the path to multi_usrp_test.py the first argument. This fixes running this devtest after installing Python tests via ipks on embedded devices. --- host/tests/devtest/uhd_test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host/tests/devtest/uhd_test_base.py') diff --git a/host/tests/devtest/uhd_test_base.py b/host/tests/devtest/uhd_test_base.py index 698ba4be3..173b91053 100755 --- a/host/tests/devtest/uhd_test_base.py +++ b/host/tests/devtest/uhd_test_base.py @@ -56,7 +56,7 @@ def filter_stderr(stderr, run_results=None): #-------------------------------------------------------------------------- # Application #-------------------------------------------------------------------------- -class shell_application(object): +class shell_application: """ Wrapper for applications that are in $PATH. Note: The CMake infrastructure makes sure all examples and utils are in $PATH. -- cgit v1.2.3