From c5ccc294306f1cedae2feb4f2df55e99d02905d9 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Sat, 20 Jul 2019 15:18:19 -0600 Subject: [PR #3411] fix typo spotted by sider CI Signed-off-by: Mats Wichmann --- runtest.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/runtest.py b/runtest.py index 25c92bd..464b593 100755 --- a/runtest.py +++ b/runtest.py @@ -31,8 +31,8 @@ Options: -n --no-exec No execute, just print command lines. --nopipefiles Do not use the "file pipe" workaround for Popen() for starting tests. WARNING: use only when too much - file traffic is giving you trouble AND you can be - sure that none of your tests create output >65K + file traffic is giving you trouble AND you can be + sure that none of your tests create output >65K chars! You might run into some deadlocks else. -o --output FILE Save the output from a test run to the log file. -P PYTHON Use the specified Python interpreter. @@ -678,7 +678,7 @@ else: tests.extend(unittests) tests.extend(endtests) tests.sort() - + if not tests: sys.stderr.write(usagestr + """ runtest.py: No tests were found. @@ -737,7 +737,7 @@ def log_result(t, io_lock=None): """ log the result of a test. "log" in this case means writing to stdout. Since we might be - called from from any of several diffrent threads (multi-job run), + called from from any of several different threads (multi-job run), we need to lock access to the log to avoid interleaving. The same would apply if output was a file. -- cgit v0.12