Fix to use . to source script files

Adhering to coding conventions. Refer to ``Code conventions`` at [1][2] for details.
When you have to source a script file, for example, a credentials file to gain access
to user-only or admin-only CLI commands, use . instead of source.

[1] https://docs.openstack.org/contributor-guide/
[2] https://docs.openstack.org/contributor-guide/writing-style/code-conventions.html

Change-Id: If30f120f268400d7df5e79d78c05d377aca8138a
This commit is contained in:
rtmdk@163.com 2017-10-25 14:03:36 +08:00 committed by rtmdk
parent 05196ec225
commit 2caa2dd076
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ With `nose`
You can use `nose`_ to run individual tests, as well as use for debugging
portions of your code::
source .venv/bin/activate
. .venv/bin/activate
pip install nose
nosetests