提交 fb082c34 编写于 作者: I Ian Bicking

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

上级 c051e9fa
......@@ -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...'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册