summaryrefslogtreecommitdiffstats
path: root/Lib/ctypes/test/runtests.py
diff options
context:
space:
mode:
authorThomas Heller <theller@ctypes.org>2008-05-23 17:26:46 (GMT)
committerThomas Heller <theller@ctypes.org>2008-05-23 17:26:46 (GMT)
commit3eaaeb437f7283ef60ead8464d8da6bfac4f93aa (patch)
treef5192fe4214bf1025a5682a30196c85004a49806 /Lib/ctypes/test/runtests.py
parentab081cfbb1b45c707ceb48048c8a989f47f27a78 (diff)
downloadcpython-3eaaeb437f7283ef60ead8464d8da6bfac4f93aa.zip
cpython-3eaaeb437f7283ef60ead8464d8da6bfac4f93aa.tar.gz
cpython-3eaaeb437f7283ef60ead8464d8da6bfac4f93aa.tar.bz2
Merged revisions 63395-63396,63511,63522-63523 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r63395 | thomas.heller | 2008-05-16 22:06:31 +0200 (Fr, 16 Mai 2008) | 4 lines Issue 1793: Add ctypes.util.find_msvcrt() function (on Windows). ........ r63396 | thomas.heller | 2008-05-16 22:19:07 +0200 (Fr, 16 Mai 2008) | 4 lines Very simple test for ctypes.util.find_library on Windows. ........ r63511 | thomas.heller | 2008-05-20 21:53:47 +0200 (Di, 20 Mai 2008) | 6 lines On HPUX, -fPIC must be used for linking. _ctypes now builds on HP-UX IA64 and PA machines. The ctypes unittests work fine on the IA64, but dump core in test_qsort on the PA. ........ r63522 | thomas.heller | 2008-05-21 20:47:02 +0200 (Mi, 21 Mai 2008) | 2 lines The -x <test1[,test2...]> flag allows to exclude tests. ........ r63523 | thomas.heller | 2008-05-21 21:47:44 +0200 (Mi, 21 Mai 2008) | 2 lines Oops, get_tests may be called with 3 arguments. ........
Diffstat (limited to 'Lib/ctypes/test/runtests.py')
-rw-r--r--Lib/ctypes/test/runtests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/ctypes/test/runtests.py b/Lib/ctypes/test/runtests.py
index 14d7caa..ec31fc8 100644
--- a/Lib/ctypes/test/runtests.py
+++ b/Lib/ctypes/test/runtests.py
@@ -8,6 +8,8 @@ Command line flags:
Add resources to the lits of allowed resources. '*' allows all
resources.
-v verbose mode: print the test currently executed
+ -x<test1[,test2...]>
+ Exclude specified tests.
mask mask to select filenames containing testcases, wildcards allowed
"""
import sys