summaryrefslogtreecommitdiff
path: root/runtest.py
diff options
context:
space:
mode:
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()