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