minor update regarding --live-test

This commit is contained in:
Miroslav Stampar
2011-03-25 09:03:08 +00:00
parent ea52d7acad
commit e80c9e08d8
2 changed files with 8 additions and 10 deletions

View File

@@ -218,8 +218,6 @@ def runCase(switches=None, log=None, session=None):
for item in log:
if item.startswith("r'") and item.endswith("'"):
if not re.search(item[2:-1], content, re.DOTALL):
import pdb
pdb.set_trace()
retVal = False
break
elif content.find(item) < 0: