From f40c96907d1ee3b81b562bdf033cca44b14b68c9 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 27 Aug 2008 09:12:51 +0200 Subject: [PATCH] test runner fix --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2