Fix a path in the documentation for testing. Signed-off-by: Tomaz Muraus <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/8b3bb0f9 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/8b3bb0f9 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/8b3bb0f9 Branch: refs/heads/trunk Commit: 8b3bb0f94d0371968f3bc4e38dcd65fc66e3a5e6 Parents: 106a598 Author: Franck Cuny <[email protected]> Authored: Tue Mar 11 07:58:41 2014 -0700 Committer: Tomaz Muraus <[email protected]> Committed: Tue Mar 11 19:02:50 2014 +0100 ---------------------------------------------------------------------- docs/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/8b3bb0f9/docs/testing.rst ---------------------------------------------------------------------- diff --git a/docs/testing.rst b/docs/testing.rst index 808d32e..3cef350 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -64,7 +64,7 @@ For example: .. sourcecode:: bash - PYTHONPATH=. python libcloud/test/libcloud/test/compute/test_ec2.py + PYTHONPATH=. python libcloud/test/compute/test_ec2.py Generating Test Coverage Report -------------------------------
