From b60f564bedb3b4266d331aca9b82edf07f0531fb Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 5 Feb 2021 10:09:09 -0800 Subject: [PATCH] test-runner: print Radio class path --- tools/test-runner | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/test-runner b/tools/test-runner index 3a766ef5..a9b13aa8 100755 --- a/tools/test-runner +++ b/tools/test-runner @@ -347,6 +347,8 @@ class VirtualRadio(Radio): if self.disable_cipher: ret += '\tDisabled ciphers: %s\n' % self.disable_cipher + ret += '\tPath: %s' % self._radio.path + ret += '\n' return ret