Lines Matching refs:stdout
274 gothelp = result.stdout.replace(extra, '')
283 self.assertTrue(len(result.stdout) > 1000)
303 return command.CommandResult(return_code=0, stdout=commit_shortlog)
308 stdout=''.join(commit_log[:count]))
321 return command.CommandResult(return_code=0, stdout='upstream\n')
324 stdout='refs/heads/master\n')
392 return command.CommandResult(stdout=buf.getvalue(), return_code=0)
418 return command.CommandResult(return_code=0, stdout='make')
436 result.stdout = len(result.stdout.splitlines())
673 with terminal.capture() as (stdout, stderr):
678 stdout.getvalue())
811 with terminal.capture() as (stdout, stderr):
819 self.assertIn('Not dropping LOCALVERSION_AUTO', stdout.getvalue())
1035 with terminal.capture() as (stdout, stderr):
1042 with terminal.capture() as (stdout, stderr):
1044 self.assertEqual('arm-\n', stdout.getvalue())
1086 with terminal.capture() as (stdout, stderr):
1088 self.assertEqual('arm\n', stdout.getvalue())