X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=decoder%2Fpdtest;fp=decoder%2Fpdtest;h=1cc071f65c438682b39d00407afb165af597a3fd;hp=4c15f3dc7cd1f65d4aa0d9c6b7864e2d58da550e;hb=c1ac6ddafd8c836a2e50e3c0c8586245a78ea9a0;hpb=640aa0bc662ebe323f94815e80614beb72a952fa diff --git a/decoder/pdtest b/decoder/pdtest index 4c15f3d..1cc071f 100755 --- a/decoder/pdtest +++ b/decoder/pdtest @@ -485,7 +485,7 @@ def show_tests(tests): for label, channel in pd['channels']: print(" Channel %s=%d" % (label, channel)) for option, value in pd['options']: - print(" Option %s=%d" % (option, value)) + print(" Option %s=%s" % (option, value)) if 'stack' in tc: print(" Stack: %s" % ' '.join(tc['stack'])) print(" Input: %s" % tc['input'])