summaryrefslogtreecommitdiff
path: root/runtest.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-11-05 09:24:23 -0700
committerMats Wichmann <mats@linux.com>2020-11-05 09:24:23 -0700
commit8a67085f0e0f2dc3425aecebe240245a9f5c3f45 (patch)
tree894786b7297501055090159210ff141963d95e14 /runtest.py
parentf6ccf5e58ff13c0ff0482dcaa7c77aa1b0eb26dc (diff)
downloadscons-git-8a67085f0e0f2dc3425aecebe240245a9f5c3f45.tar.gz
[PR #3821] fix editing error
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'runtest.py')
-rwxr-xr-xruntest.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtest.py b/runtest.py
index 95dfbb17f..2771bf2a1 100755
--- a/runtest.py
+++ b/runtest.py
@@ -15,7 +15,6 @@ performs test discovery and processes tests according to options.
"""
import argparse
-import functools
import glob
import os
import re
@@ -162,7 +161,6 @@ if args.excludelistfile:
args.testlistfile = p.resolve()
else:
args.testlistfile = p.resolve(strict=True)
- args.excludelistfile = p.myresolve()
except FileNotFoundError:
sys.stderr.write(
parser.format_usage()