From be597492faa9b02dfa89282672dd3e1b0da3e28b Mon Sep 17 00:00:00 2001 From: Dag Sverre Seljebotn Date: Thu, 24 Jul 2008 16:30:22 +0200 Subject: [PATCH] Fixed sharedlib-cleanup-option in runtests --- runtests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, -- 2.26.2