From 1bd2e17a36a4c7f875399b00f95b4b4897804d42 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Sat, 17 Mar 2007 08:41:35 +0000 Subject: Add "bin" to testDirs. svn path=/main/trunk/; revision=6233 --- pym/portage/tests/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/portage/tests/__init__.py b/pym/portage/tests/__init__.py index b7640ab2c..60a19de6c 100644 --- a/pym/portage/tests/__init__.py +++ b/pym/portage/tests/__init__.py @@ -7,7 +7,7 @@ import os, sys, time, unittest import portage.tests def main(): - testDirs = ["util","versions", "dep", "xpak", "env/config"] + testDirs = ["bin", "util","versions", "dep", "xpak", "env/config"] suite = unittest.TestSuite() basedir = os.path.dirname(__file__) for mydir in testDirs: -- cgit v1.2.3-1-g7c22