Made TestCommandScript more robust against new

lines at arbitrary points.

llvm-svn: 219133
This commit is contained in:
Sean Callanan
2014-10-06 17:58:15 +00:00
parent 6ff5f2e13b
commit e6553d83aa

View File

@@ -86,8 +86,8 @@ class CmdPythonTestCase(TestBase):
'For more information run'])
self.expect("help targetname",
substrs = ['This command takes','\'raw\' input',
'quote stuff'])
substrs = ['This', 'command', 'takes', '\'raw\'', 'input',
'quote', 'stuff'])
self.expect("longwait",
substrs = ['Done; if you saw the delays I am doing OK'])