No longer create cache directory.
authorJelmer Vernooij <jelmer@samba.org>
Mon, 22 Nov 2010 12:49:34 +0000 (13:49 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 22 Nov 2010 12:49:34 +0000 (13:49 +0100)
buildfarm/tests/__init__.py

index 3c40379007d60ee6bea454acb4d0f275ecaae352..bef98f87d1e4ed7f05bbed6a53799fa001b1a351 100644 (file)
@@ -92,7 +92,7 @@ class BuildFarmTestCase(TestCase):
         super(BuildFarmTestCase, self).setUp()
         self.path = tempfile.mkdtemp()
 
-        for subdir in ["data", "data/upload", "data/oldrevs", "db", "cache", "web", "lcov", "lcov/data"]:
+        for subdir in ["data", "data/upload", "data/oldrevs", "db", "web", "lcov", "lcov/data"]:
             os.mkdir(os.path.join(self.path, subdir))
 
         db = database.create_database("sqlite:"+os.path.join(self.path, "db", "hostdb.sqlite"))