Revert accidentally included parts of 1826
git-svn-id: http://test.kernel.org/svn/autotest/trunk@1845 592f7852-d20e-0410-864c-8624ca9c26a4
diff --git a/client/tests/tsc/tsc.py b/client/tests/tsc/tsc.py
index 2dbdcf5..6e7ca64 100755
--- a/client/tests/tsc/tsc.py
+++ b/client/tests/tsc/tsc.py
@@ -12,5 +12,6 @@
utils.system('make')
- def run_once(self, args = ''):
- utils.system(self.srcdir + '/checktsc ' + args)
+ def execute(self, iterations = 1, args = ''):
+ for i in range(iterations):
+ utils.system(self.srcdir + '/checktsc ' + args)