From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 31E571382C5 for ; Thu, 29 Mar 2018 21:35:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 802E7E09B6; Thu, 29 Mar 2018 21:35:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 58146E09B6 for ; Thu, 29 Mar 2018 21:35:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61A69335C93 for ; Thu, 29 Mar 2018 21:35:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF67127E for ; Thu, 29 Mar 2018 21:35:01 +0000 (UTC) From: "Brian Dolbec" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brian Dolbec" Message-ID: <1522356220.0a8aae892cfd7fcb0485c9936607cd04edfb96b5.dolsen@gentoo> Subject: [gentoo-commits] proj/portage:repoman commit in: repoman/pym/repoman/tests/ X-VCS-Repository: proj/portage X-VCS-Files: repoman/pym/repoman/tests/runTests.py X-VCS-Directories: repoman/pym/repoman/tests/ X-VCS-Committer: dolsen X-VCS-Committer-Name: Brian Dolbec X-VCS-Revision: 0a8aae892cfd7fcb0485c9936607cd04edfb96b5 X-VCS-Branch: repoman Date: Thu, 29 Mar 2018 21:35:01 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ef1143a9-11b4-4f5d-a179-82618a4a4e8b X-Archives-Hash: f9f40544c3f5e67b3b3b722993d05c86 commit: 0a8aae892cfd7fcb0485c9936607cd04edfb96b5 Author: El Acheche Anis ubuntu com> AuthorDate: Mon Jul 24 04:47:42 2017 +0000 Commit: Brian Dolbec gentoo org> CommitDate: Thu Mar 29 20:43:40 2018 +0000 URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=0a8aae89 repoman: repoman/pym/repoman/tests/runTests.py: Fix PEP8 E302 repoman/pym/repoman/tests/runTests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/repoman/pym/repoman/tests/runTests.py b/repoman/pym/repoman/tests/runTests.py index 3125ff058..1795aa487 100644 --- a/repoman/pym/repoman/tests/runTests.py +++ b/repoman/pym/repoman/tests/runTests.py @@ -11,6 +11,7 @@ import platform import pwd import signal + def debug_signal(signum, frame): import pdb pdb.set_trace()