tko updates




git-svn-id: http://test.kernel.org/svn/autotest/trunk@667 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/tko/frontend.py b/tko/frontend.py
index 2fa5b68..0b31174 100755
--- a/tko/frontend.py
+++ b/tko/frontend.py
@@ -15,6 +15,7 @@
 	'ABORT'         : '#ff6666', # red
 	'ERROR'         : '#ff6666', # red
 	'NOSTATUS'      : '#ffffff', # white
+	''		: '#ffffff', # white
 }
 
 class kernel: