diff options
-rw-r--r-- | lldb/test/lldbtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lldbtest.py b/lldb/test/lldbtest.py index 5cd8a6b4f44..aad912e4fdd 100644 --- a/lldb/test/lldbtest.py +++ b/lldb/test/lldbtest.py @@ -270,7 +270,7 @@ class recording(StringIO.StringIO): # From 2.7's subprocess.check_output() convenience function. # Return a tuple (stdoutdata, stderrdata). def system(*popenargs, **kwargs): - r"""Run command with arguments and return its output as a byte string. + r"""Run an os command with arguments and return its output as a byte string. If the exit code was non-zero it raises a CalledProcessError. The CalledProcessError object will have the return code in the returncode |