]> sigrok.org Git - sigrok-test.git/blobdiff - decoder/pdtest
Move the "OK" in the -v output further to the right.
[sigrok-test.git] / decoder / pdtest
index 25dfd83cb4a8bb85724b3b44cc92c4dd0f13c2da..695166ba7b6005a2bc84a174701f0ef8bdc42322 100755 (executable)
@@ -327,7 +327,7 @@ def run_tests(tests, fix=False):
                         opargs[-1] += ":%s" % op['class']
                         name += "/%s" % op['class']
                     if VERBOSE:
-                        dots = '.' * (60 - len(name) - 2)
+                        dots = '.' * (77 - len(name) - 2)
                         INFO("%s %s " % (name, dots), end='')
                     results.append({
                         'testcase': name,