Author: buildbot
Date: Tue Oct 4 15:39:17 2011
New Revision: 796553
Log:
Staging update by buildbot
Modified:
websites/staging/libcloud/trunk/content/testing.html
Modified: websites/staging/libcloud/trunk/content/testing.html
==============================================================================
--- websites/staging/libcloud/trunk/content/testing.html (original)
+++ websites/staging/libcloud/trunk/content/testing.html Tue Oct 4 15:39:17
2011
@@ -94,7 +94,7 @@ module and you need root permissions to
<h3 id="running_tests_manually">Running Tests Manually</h3>
<p>To run the tests move to the root of the repository and run the following
command:</p>
-<p><code>PYTHONPATH=. python setup.test test</code></p>
+<p><code>PYTHONPATH=. python setup.py test</code></p>
<h3 id="generating_test_coverage_report">Generating Test Coverage Report</h3>
<p>To generate the test coverage run the following command:</p>
<p><code>PYTHONPATH=. python setup.py coverage</code></p>