Commit 7d4f6b3d authored by Stefan Behnel's avatar Stefan Behnel

fix test builder instantiation for pyregr tests

parent ad037f74
......@@ -2019,7 +2019,8 @@ def runtests(options, cmd_args, coverage=None):
options.cleanup_sharedlibs, options.cleanup_failures,
True,
options.cython_only, languages, test_bugs,
options.fork, sys.version_info[0])
options.fork, sys.version_info[0],
common_utility_dir)
sys.stderr.write("Including CPython regression tests in %s\n" % sys_pyregr_dir)
test_suite.addTest(filetests.handle_directory(sys_pyregr_dir, 'pyregr'))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment