aboutsummaryrefslogtreecommitdiffstats
path: root/lang/python/tests/run-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python/tests/run-tests.py')
-rw-r--r--lang/python/tests/run-tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/python/tests/run-tests.py b/lang/python/tests/run-tests.py
index 9e061d83..9e2fb78c 100644
--- a/lang/python/tests/run-tests.py
+++ b/lang/python/tests/run-tests.py
@@ -71,7 +71,6 @@ for interpreter in args.interpreters:
pattern = os.path.join(args.builddir, "..",
"python{0}-gpg".format(version),
- "build",
"lib*"+version)
builddirs = glob.glob(pattern)
if len(builddirs) == 0: