Fix test_command_install_dist in shared Python builds

This commit is contained in:
Éric Araujo 2011-08-21 17:38:56 +02:00
parent 2737222b49
commit ad457d6d50
1 changed files with 1 additions and 0 deletions

View File

@ -204,6 +204,7 @@ class InstallTestCase(support.TempdirManager,
Extension('xx', ['xxmodule.c'])])
os.chdir(project_dir)
support.copy_xxmodule_c(project_dir)
support.fixup_build_ext(dist.get_command_obj('build_ext'))
cmd = install_dist(dist)
dist.command_obj['install_dist'] = cmd