projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de2d78a
)
Fix the -x flag so that is does work.
author
Thomas Heller
<theller@ctypes.org>
Mon, 2 Jun 2008 20:07:46 +0000
(20:07 +0000)
committer
Thomas Heller
<theller@ctypes.org>
Mon, 2 Jun 2008 20:07:46 +0000
(20:07 +0000)
Lib/ctypes/test/__init__.py
patch
|
blob
|
history
diff --git
a/Lib/ctypes/test/__init__.py
b/Lib/ctypes/test/__init__.py
index e2878f23defd61b7c75cbc91e0cdafaa50506d49..70d647ba5e215f222249069c6ff85b2628c67564 100644
(file)
--- 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.
app
end(value.split(","))
+ exclude.
ext
end(value.split(","))
mask = "test_*.py"
if args: