]> sigrok.org Git - sigrok-test.git/commitdiff
Move the "OK" in the -v output further to the right.
authorUwe Hermann <redacted>
Wed, 22 Jul 2015 06:54:15 +0000 (08:54 +0200)
committerUwe Hermann <redacted>
Wed, 22 Jul 2015 16:05:08 +0000 (18:05 +0200)
This allows for longer test-case names.

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:
                         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,
                         INFO("%s %s " % (name, dots), end='')
                     results.append({
                         'testcase': name,