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 1QWskF-0000wI-0Q for garchives@archives.gentoo.org; Wed, 15 Jun 2011 16:15:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 077541C0D7; Wed, 15 Jun 2011 16:14:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id CCA341C0D7 for ; Wed, 15 Jun 2011 16:14:44 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4F4411B402A for ; Wed, 15 Jun 2011 16:14:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id E33D380040 for ; Wed, 15 Jun 2011 16:14:42 +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: <84225a50e876cf89f4028790b9c6eeb1464575f6.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: 84225a50e876cf89f4028790b9c6eeb1464575f6 Date: Wed, 15 Jun 2011 16:14:42 +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: 4ecec3c33be55d30f75f54698e93adc1 commit: 84225a50e876cf89f4028790b9c6eeb1464575f6 Author: Micha=C5=82 G=C3=B3rny gentoo org> AuthorDate: Wed Jun 15 16:13:01 2011 +0000 Commit: Micha=C5=82 G=C3=B3rny gentoo org> CommitDate: Wed Jun 15 16:13:01 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pms-test-suit= e.git;a=3Dcommit;h=3D84225a50 Preset self.ret =3D 1. --- PMSTestSuite/cli.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/PMSTestSuite/cli.py b/PMSTestSuite/cli.py index 1eba0a7..89a498a 100644 --- a/PMSTestSuite/cli.py +++ b/PMSTestSuite/cli.py @@ -156,7 +156,6 @@ class PMSTestSuiteCLI(object): print('Failed to unmerge the following test ebuilds:') print(' '.join(installedcpvs)) print('Refusing to proceed.') - self.ret =3D 1 self.loop.quit() return self.start_pm() @@ -188,6 +187,7 @@ class PMSTestSuiteCLI(object): else: self.start_pm() =20 + self.ret =3D 1 self.loop =3D gobject.MainLoop() self.loop.run() =20