From f581a79dd6b255b917963d66c08377c568d37b4a Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Sun, 25 Jan 2009 09:53:53 +0100 Subject: [PATCH] mark tests in 'tests/bugs' runnable --- runtests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtests.py b/runtests.py index 6bbce992..4a5d168c 100644 --- a/runtests.py +++ b/runtests.py @@ -10,7 +10,7 @@ from distutils.command.build_ext import build_ext as _build_ext distutils_distro = Distribution() TEST_DIRS = ['compile', 'errors', 'run', 'pyregr'] -TEST_RUN_DIRS = ['run', 'pyregr'] +TEST_RUN_DIRS = ['run', 'pyregr', 'bugs'] # Lists external modules, and a matcher matching tests # which should be excluded if the module is not present. -- 2.26.2