Home
last modified time | relevance | path

Searched refs:_system_call (Results 1 – 1 of 1) sorted by relevance

/external/python/setuptools/tests/
Dmanual_test.py14 def _system_call(*args): function
58 _system_call('virtualenv', '--no-site-packages', '.')
59 _system_call('bin/easy_install', 'setuptools==dev')
73 _system_call('virtualenv', '--no-site-packages', '.')
74 _system_call('bin/easy_install', '-q', 'setuptools==dev')
75 _system_call('bin/easy_install', '-qU', 'setuptools==dev')
76 _system_call('bin/easy_install', '-q', 'pip')
77 _system_call('bin/pip', 'install', '-q', 'zc.buildout')
85 _system_call('bin/python', 'bootstrap.py')
86 _system_call('bin/buildout', '-q')