Fix up a whole ton of test documentation, as well as some minor style changes.
Also adds a few missing self.job.require_gcc() calls, etc.

Signed-off-by: John Admanski <jadmanski@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@2240 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/tsc/tsc.py b/client/tests/tsc/tsc.py
index f280204..0cebb30 100755
--- a/client/tests/tsc/tsc.py
+++ b/client/tests/tsc/tsc.py
@@ -1,4 +1,4 @@
-import os
+import os, re
 from autotest_lib.client.bin import test, autotest_utils
 from autotest_lib.client.common_lib import utils, error