projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d776434
)
test runner fix
author
Stefan Behnel
<scoder@users.berlios.de>
Wed, 27 Aug 2008 07:12:51 +0000
(09:12 +0200)
committer
Stefan Behnel
<scoder@users.berlios.de>
Wed, 27 Aug 2008 07:12:51 +0000
(09:12 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index b4b20de411260f94b607fdcae3d179eba928b7df..e8e5fa92054534eb94c712afac14b2e28f48c6e9 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-498,7
+498,7
@@
if __name__ == '__main__':
test_suite.addTest(filetests.build_suite())
if options.system_pyregr:
- filetests = TestBuilder(ROOTDIR, WORKDIR, selectors,
+ filetests = TestBuilder(ROOTDIR, WORKDIR, selectors,
exclude_selectors,
options.annotate_source, options.cleanup_workdir,
options.cleanup_sharedlibs, True,
options.cythononly)