From: Stefan Behnel Date: Wed, 27 Aug 2008 07:12:51 +0000 (+0200) Subject: test runner fix X-Git-Tag: 0.9.9.2.beta~63^2~26 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f40c96907d1ee3b81b562bdf033cca44b14b68c9;p=cython.git test runner fix --- diff --git a/runtests.py b/runtests.py index b4b20de4..e8e5fa92 100644 --- a/runtests.py +++ b/runtests.py @@ -498,7 +498,7 @@ if __name__ == '__main__': test_suite.addTest(filetests.build_suite()) if options.system_pyregr: - filetests = TestBuilder(ROOTDIR, WORKDIR, selectors, + filetests = TestBuilder(ROOTDIR, WORKDIR, selectors, exclude_selectors, options.annotate_source, options.cleanup_workdir, options.cleanup_sharedlibs, True, options.cythononly)