diff options
Diffstat (limited to 'test/utils.py')
-rw-r--r-- | test/utils.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/test/utils.py b/test/utils.py index fab0d4b0..ee33f3c9 100644 --- a/test/utils.py +++ b/test/utils.py @@ -94,12 +94,6 @@ class Executable(object): if error: raise error - def RunWithArgsForError(self, *args, **kwargs): - stdout, stderr, error = self._RunWithArgsInternal(*args, **kwargs) - if stdout: - sys.stdout.write(stdout) - return error - def AppendArg(self, arg): self.after_args.append(arg) |