From: Uwe Hermann Date: Wed, 22 Jul 2015 06:54:15 +0000 (+0200) Subject: Move the "OK" in the -v output further to the right. X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=commitdiff_plain;h=e44830e33e27fa462063f331d0413c14e7c5b002 Move the "OK" in the -v output further to the right. This allows for longer test-case names. --- diff --git a/decoder/pdtest b/decoder/pdtest index 25dfd83..695166b 100755 --- a/decoder/pdtest +++ b/decoder/pdtest @@ -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,