From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QSXCF-00056x-4E for garchives@archives.gentoo.org; Fri, 03 Jun 2011 16:26:03 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 197D71C11C; Fri, 3 Jun 2011 16:25:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D6ACE1C11C for ; Fri, 3 Jun 2011 16:25:53 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 452D41B4036 for ; Fri, 3 Jun 2011 16:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 9F8CA80506 for ; Fri, 3 Jun 2011 16:25:52 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <13d58c64c08e1a6c58a55718d19395aa2ba64412.mgorny@gentoo> Subject: [gentoo-commits] proj/pms-test-suite:master commit in: PMSTestSuite/ X-VCS-Repository: proj/pms-test-suite X-VCS-Files: PMSTestSuite/cli.py X-VCS-Directories: PMSTestSuite/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 13d58c64c08e1a6c58a55718d19395aa2ba64412 Date: Fri, 3 Jun 2011 16:25:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: d93b7088e76466ac90e136b0b59ce90d commit: 13d58c64c08e1a6c58a55718d19395aa2ba64412 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Fri Jun 3 16:25:55 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Fri Jun 3 16:25:55 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms-test-suit= e.git;a=3Dcommit;h=3D13d58c64 Simplify & fix test unmerge condition. --- PMSTestSuite/cli.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PMSTestSuite/cli.py b/PMSTestSuite/cli.py index 8989ddb..0824cbf 100644 --- a/PMSTestSuite/cli.py +++ b/PMSTestSuite/cli.py @@ -95,7 +95,7 @@ class PMSTestSuiteCLI(object): if not res: failed.append(t) =20 - if len(failed) !=3D len(self.cpvs): + if cpvs: print('-> Unmerging test ebuilds...') self.pm.unmerge(cpvs) =20