summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-06-29 17:20:13 -0600
committerMats Wichmann <mats@linux.com>2021-06-29 17:20:13 -0600
commit73bba55b8acd9bfc38c757b1ae340712cefba874 (patch)
treee4febf304e1c08696f1b544d5733adc0fc8b3bfd
parentff835090edf443bce3f1b11802a4b34e631f6111 (diff)
downloadscons-git-73bba55b8acd9bfc38c757b1ae340712cefba874.tar.gz
[PR #3965] fix a couple of typo errors
Signed-off-by: Mats Wichmann <mats@linux.com>
-rwxr-xr-xruntest.py2
-rw-r--r--test/AddOption/.exclude_tests2
2 files changed, 2 insertions, 2 deletions
diff --git a/runtest.py b/runtest.py
index d9696f7f3..a6e6d2057 100755
--- a/runtest.py
+++ b/runtest.py
@@ -564,7 +564,7 @@ def find_e2e_tests(directory):
if 'sconstest.skip' in filenames:
continue
- p = Path(dirpath).joinpath( ".exclude_tests")
+ p = Path(dirpath).joinpath(".exclude_tests")
try:
if sys.version_info.major == 3 and sys.version_info.minor < 6:
excludefile = p.resolve()
diff --git a/test/AddOption/.exclude_tests b/test/AddOption/.exclude_tests
index 0cd7be334..acc32f50e 100644
--- a/test/AddOption/.exclude_tests
+++ b/test/AddOption/.exclude_tests
@@ -1,4 +1,4 @@
-# for now, thee tests showing problems with processing space-separated
+# for now, the tests showing problems with processing space-separated
# arguments are excluded, pending an implementation that doesn't fail.
args-and-targets.py
multi-arg.py