Updated tox setup instructions on Development Guidelines
The instructions suggest updating the ownership of the swift.egg-info directory may be required and provide a cmd to do so. Said cmd assumes user 'swift' exists, but tox will require the current user to have access to the directory to perform updates, moreover user swift may not exist at all. Change-Id: I63951970553c086ff4f1ac65a81559ba69166494
This commit is contained in:
parent
2d6c5fe2af
commit
f563a423bf
@ -42,7 +42,7 @@ To execute the unit tests:
|
||||
|
||||
Remarks:
|
||||
If you installed using: `cd ~/swift; sudo python setup.py develop`,
|
||||
you may need to do: `cd ~/swift; sudo chown -R swift:swift swift.egg-info`
|
||||
you may need to do: `cd ~/swift; sudo chown -R ${USER}:${USER} swift.egg-info`
|
||||
prior to running tox.
|
||||
|
||||
* Optionally, run only specific tox builds:
|
||||
|
Loading…
x
Reference in New Issue
Block a user