diff options
Diffstat (limited to 'tests/test-runner/bin/test-runner.py')
-rwxr-xr-x | tests/test-runner/bin/test-runner.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-runner/bin/test-runner.py b/tests/test-runner/bin/test-runner.py index 4d4fd96ad..bf2c77c18 100755 --- a/tests/test-runner/bin/test-runner.py +++ b/tests/test-runner/bin/test-runner.py @@ -307,7 +307,7 @@ class Cmd(object): This function is responsible for writing all output. This includes the console output, the logfile of all results (with timestamped merged stdout and stderr), and for each test, the unmodified - stdout/stderr/merged in it's own file. + stdout/stderr/merged in its own file. """ logname = getpwuid(os.getuid()).pw_name @@ -716,7 +716,7 @@ class TestRun(object): def setup_logging(self, options): """ - This funtion creates the output directory and gets a file object + This function creates the output directory and gets a file object for the logfile. This function must be called before write_log() can be used. """ |