projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0922772
)
remove left-over
author
Stefan Behnel
<scoder@users.berlios.de>
Fri, 5 Mar 2010 14:24:14 +0000
(15:24 +0100)
committer
Stefan Behnel
<scoder@users.berlios.de>
Fri, 5 Mar 2010 14:24:14 +0000
(15:24 +0100)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 0852d164dcfd0418536f63e4b6782e16e9338553..daff5a0e0c4bf4dece5b8d32e50f0520e293738b 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-881,7
+881,6
@@
if __name__ == '__main__':
'pyregr'))
if options.xml_output_dir:
- sys.path.append('.')
from Cython.Tests.xmlrunner import XMLTestRunner
test_runner = XMLTestRunner(output=options.xml_output_dir,
verbose=options.verbosity > 0)