[svn r21072] add install argument to all-package tester

This commit is contained in:
Ian Bicking 2008-10-28 00:50:09 -05:00
parent c051e9faf4
commit fb082c34c5
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ def test_packages(output, pending_fn):
assert not code, "virtualenv failed"
print 'Trying installation of %s' % dest_dir
code = subprocess.call([os.path.join(dest_dir, 'bin', 'python'),
pip_fn, package])
pip_fn, 'install', package])
if code:
print 'Installation of %s failed' % package
print 'Now checking easy_install...'