Fixed sharedlib-cleanup-option in runtests
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 24 Jul 2008 14:30:22 +0000 (16:30 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Thu, 24 Jul 2008 14:30:22 +0000 (16:30 +0200)
runtests.py

index 650f041d0668cd347026ca3510e5f524a0e5db4f..9a92ffbfe2ab2795495963f5b19ffeac6606f991 100644 (file)
@@ -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,