From: Alec Warner Date: Thu, 11 Jan 2007 05:10:12 +0000 (-0000) Subject: remove bogs test dir, add portage_versions X-Git-Tag: v2.1.2~93 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=60a6e3c019d9eda546d97dd373a4c6cfee0fed46;p=portage.git remove bogs test dir, add portage_versions svn path=/main/trunk/; revision=5538 --- diff --git a/tests/__init__.py b/tests/__init__.py index 58ba3d41c..f848fc1dd 100644 --- a/tests/__init__.py +++ b/tests/__init__.py @@ -7,7 +7,7 @@ import os, unittest def main(): - testDirs = ["portage", "portage_util", "test/foo"] + testDirs = ["portage", "portage_util","portage_versions"] suite = unittest.TestSuite()