From f563a423bf2534268c2e785094d58dbbe0ebd390 Mon Sep 17 00:00:00 2001 From: Hamdi Roumani Date: Wed, 22 Jul 2015 15:27:26 -0400 Subject: [PATCH] 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 --- doc/source/development_guidelines.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/development_guidelines.rst b/doc/source/development_guidelines.rst index a2e8c4b87c..a3528e7714 100644 --- a/doc/source/development_guidelines.rst +++ b/doc/source/development_guidelines.rst @@ -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: