fix pyregr tests in test runner
authorStefan Behnel <scoder@users.berlios.de>
Sun, 3 May 2009 16:39:52 +0000 (18:39 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 3 May 2009 16:39:52 +0000 (18:39 +0200)
--HG--
extra : transplant_source : k%B8%5E%E3%E2%AF%8C%14%1D%CF%F7%CE%97%F1%8B%E2%D4%B0mT

runtests.py

index 2e4707c179dcf04769e625c11f353927be5d09ea..a0b7c0d71c1648d99c80fb206ff759764d74ce57 100644 (file)
@@ -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'),