From defbb401f6438eb3d986d65f6d5777ae98ccaca2 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 3 May 2009 18:39:52 +0200 Subject: [PATCH] fix pyregr tests in test runner --HG-- extra : transplant_source : k%B8%5E%E3%E2%AF%8C%14%1D%CF%F7%CE%97%F1%8B%E2%D4%B0mT --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 2e4707c1..a0b7c0d7 100644 --- a/runtests.py +++ b/runtests.py @@ -642,7 +642,7 @@ if __name__ == '__main__': filetests = TestBuilder(ROOTDIR, WORKDIR, selectors, exclude_selectors, options.annotate_source, options.cleanup_workdir, options.cleanup_sharedlibs, True, - options.cython_only, languages) + options.cython_only, languages, test_bugs) test_suite.addTest( filetests.handle_directory( os.path.join(sys.prefix, 'lib', 'python'+sys.version[:3], 'test'), -- 2.26.2