From: Dag Sverre Seljebotn Date: Thu, 24 Jul 2008 14:30:22 +0000 (+0200) Subject: Fixed sharedlib-cleanup-option in runtests X-Git-Tag: 0.9.8.1~49^2~77 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=be597492faa9b02dfa89282672dd3e1b0da3e28b;p=cython.git Fixed sharedlib-cleanup-option in runtests --- diff --git a/runtests.py b/runtests.py index 650f041d..9a92ffbf 100644 --- 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,