[lit] Remove --repeat option, which wasn't that useful.
[oota-llvm.git] / utils / lit / lit / TestRunner.py
index 9fe9eb9d947cfc38699e812f580739149febf48f..27e29b78ba9405cfa6c75262c21fb2454bc6df2e 100644 (file)
@@ -344,8 +344,6 @@ def parseIntegratedTestScript(test, normalize_slashes=False,
     execdir,execbase = os.path.split(execpath)
     tmpDir = os.path.join(execdir, 'Output')
     tmpBase = os.path.join(tmpDir, execbase)
-    if test.index is not None:
-        tmpBase += '_%d' % test.index
 
     # Normalize slashes, if requested.
     if normalize_slashes: