diff options
author | Mats Wichmann <mats@linux.com> | 2021-06-29 23:20:13 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2021-06-29 23:20:13 (GMT) |
commit | 73bba55b8acd9bfc38c757b1ae340712cefba874 (patch) | |
tree | e4febf304e1c08696f1b544d5733adc0fc8b3bfd /runtest.py | |
parent | ff835090edf443bce3f1b11802a4b34e631f6111 (diff) | |
download | SCons-73bba55b8acd9bfc38c757b1ae340712cefba874.zip SCons-73bba55b8acd9bfc38c757b1ae340712cefba874.tar.gz SCons-73bba55b8acd9bfc38c757b1ae340712cefba874.tar.bz2 |
[PR #3965] fix a couple of typo errors
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'runtest.py')
-rwxr-xr-x | runtest.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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() |