Commit be597492 authored by Dag Sverre Seljebotn's avatar Dag Sverre Seljebotn

Fixed sharedlib-cleanup-option in runtests

parent f51ac43e
...@@ -100,7 +100,8 @@ class TestBuilder(object): ...@@ -100,7 +100,8 @@ class TestBuilder(object):
test = build_test( test = build_test(
path, workdir, module, path, workdir, module,
annotate=self.annotate, annotate=self.annotate,
cleanup_workdir=self.cleanup_workdir) cleanup_workdir=self.cleanup_workdir,
cleanup_sharedlibs=self.cleanup_sharedlibs)
else: else:
test = CythonCompileTestCase( test = CythonCompileTestCase(
path, workdir, module, path, workdir, module,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment