Index: tests/pybin/settings.py
===================================================================
--- tests/pybin/settings.py	(revision 5b993e03abbf0909dc4a844c4d739f76b52ad08c)
+++ tests/pybin/settings.py	(revision d3c1c6a2d09e208e6187aaef54e5678e1218cbcf)
@@ -110,4 +110,5 @@
 	global install
 	global timeout
+	global width
 
 	dry_run    = options.dry_run
@@ -118,4 +119,5 @@
 	arch       = Architecture(options.arch)
 	timeout    = Timeouts(options.timeout, options.global_timeout)
+	width      = 24
 
 
@@ -137,2 +139,6 @@
 
 	tools.rm(errf)
+
+def prep_output(tests):
+	global width
+	width = max(map(lambda t: len(t.target()), tests))
