projects
/
cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f51ac43
)
Fixed sharedlib-cleanup-option in runtests
author
Dag Sverre Seljebotn
<dagss@student.matnat.uio.no>
Thu, 24 Jul 2008 14:30:22 +0000
(16:30 +0200)
committer
Dag Sverre Seljebotn
<dagss@student.matnat.uio.no>
Thu, 24 Jul 2008 14:30:22 +0000
(16:30 +0200)
runtests.py
patch
|
blob
|
history
diff --git
a/runtests.py
b/runtests.py
index 650f041d0668cd347026ca3510e5f524a0e5db4f..9a92ffbfe2ab2795495963f5b19ffeac6606f991 100644
(file)
--- a/
runtests.py
+++ b/
runtests.py
@@
-100,7
+100,8
@@
class TestBuilder(object):
test = build_test(
path, workdir, module,
annotate=self.annotate,
- cleanup_workdir=self.cleanup_workdir)
+ cleanup_workdir=self.cleanup_workdir,
+ cleanup_sharedlibs=self.cleanup_sharedlibs)
else:
test = CythonCompileTestCase(
path, workdir, module,