Author: rbogorodskiy
Date: Fri Apr 15 23:00:34 2011
New Revision: 1092839
URL: http://svn.apache.org/viewvc?rev=1092839&view=rev
Log:
Fix running specific test example.
Modified:
incubator/libcloud/trunk/HACKING
Modified: incubator/libcloud/trunk/HACKING
URL:
http://svn.apache.org/viewvc/incubator/libcloud/trunk/HACKING?rev=1092839&r1=1092838&r2=1092839&view=diff
==============================================================================
--- incubator/libcloud/trunk/HACKING (original)
+++ incubator/libcloud/trunk/HACKING Fri Apr 15 23:00:34 2011
@@ -56,7 +56,7 @@ Testing
To run specific tests:
- libcloud$ PYTHONPATH=. python test/test_base.py
+ libcloud$ PYTHONPATH=. python test/compute/test_base.py
.......
----------------------------------------------------------------------
Ran 7 tests in 0.001s