Fix tsc test to log its output.
Signed-off-by: Martin J. Bligh <mbligh@google.com>
git-svn-id: http://test.kernel.org/svn/autotest/trunk@861 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/tsc/tsc.py b/client/tests/tsc/tsc.py
index 3023e06..45bcdee 100755
--- a/client/tests/tsc/tsc.py
+++ b/client/tests/tsc/tsc.py
@@ -11,6 +11,6 @@
system('make')
- def execute(self, iterations = 1, args = '--silent'):
+ def execute(self, iterations = 1, args = ''):
for i in range(iterations):
system(self.srcdir + '/checktsc ' + args)