From: Stefan Behnel Date: Sun, 3 May 2009 16:39:52 +0000 (+0200) Subject: fix pyregr tests in test runner X-Git-Tag: 0.11.2.rc1~10^2~36^2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=defbb401f6438eb3d986d65f6d5777ae98ccaca2;p=cython.git 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 --- 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'),