You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2011/09/23 13:13:45 UTC

svn commit: r1174662 - /libcloud/trunk/setup.py

Author: tomaz
Date: Fri Sep 23 11:13:44 2011
New Revision: 1174662

URL: http://svn.apache.org/viewvc?rev=1174662&view=rev
Log:
Running setup.py test should now also run DNS tests.

Modified:
    libcloud/trunk/setup.py

Modified: libcloud/trunk/setup.py
URL: http://svn.apache.org/viewvc/libcloud/trunk/setup.py?rev=1174662&r1=1174661&r2=1174662&view=diff
==============================================================================
--- libcloud/trunk/setup.py (original)
+++ libcloud/trunk/setup.py Fri Sep 23 11:13:44 2011
@@ -30,7 +30,7 @@ libcloud.utils.SHOW_DEPRECATION_WARNING 
 HTML_VIEWSOURCE_BASE = 'https://svn.apache.org/viewvc/libcloud/trunk'
 PROJECT_BASE_DIR = 'http://libcloud.apache.org'
 TEST_PATHS = ['test', 'test/common', 'test/compute', 'test/storage',
-              'test/loadbalancer']
+              'test/loadbalancer', 'test/dns']
 DOC_TEST_MODULES = [ 'libcloud.compute.drivers.dummy',
                      'libcloud.storage.drivers.dummy' ]