From: Thomas Heller Date: Mon, 2 Jun 2008 20:07:46 +0000 (+0000) Subject: Fix the -x flag so that is does work. X-Git-Tag: v2.6b1~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=261b136321e32af373f8c0a7c73f3c6847e74ac4;p=thirdparty%2FPython%2Fcpython.git Fix the -x flag so that is does work. --- diff --git a/Lib/ctypes/test/__init__.py b/Lib/ctypes/test/__init__.py index e2878f23defd..70d647ba5e21 100644 --- a/Lib/ctypes/test/__init__.py +++ b/Lib/ctypes/test/__init__.py @@ -178,7 +178,7 @@ def main(*packages): elif flag == "-u": use_resources.extend(value.split(",")) elif flag == "-x": - exclude.append(value.split(",")) + exclude.extend(value.split(",")) mask = "test_*.py" if args: