From 2caa2dd076326dd512f699d86bcec4cd2f9fff3b Mon Sep 17 00:00:00 2001 From: "rtmdk@163.com" Date: Wed, 25 Oct 2017 14:03:36 +0800 Subject: [PATCH] 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 --- TESTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TESTING.rst b/TESTING.rst index 8abcd40e70..16dc3beffd 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -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