Searched refs:startstr (Results 1 – 2 of 2) sorted by relevance
84 startstr = "target.process.output-path (string) = 'stdout.txt'")97 startstr = "This message should go to standard out.")135 startstr = "target.process.output-path (string) = '.*stdout.txt'")146 startstr = "target.process.output-path (string) = '%s'" %stdout174 startstr = "This message should go to standard out.")
2269 startstr=None, argument2312 if msg and not (patterns or startstr or endstr or substrs or error):2372 if startstr:2373 matched = output.startswith(startstr)2375 expecting_str, startstr, found_str(matched)))