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 1PuWk3-0003eC-17 for garchives@archives.gentoo.org; Tue, 01 Mar 2011 21:04:23 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0E65E0462 for ; Tue, 1 Mar 2011 21:04:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8D4041C0A1 for ; Tue, 1 Mar 2011 20:55:25 +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 232D31B4116 for ; Tue, 1 Mar 2011 20:55:25 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 8632380072 for ; Tue, 1 Mar 2011 20:55:24 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: Subject: [gentoo-commits] proj/portage:2.1.9 commit in: / X-VCS-Repository: proj/portage X-VCS-Files: runtests.sh X-VCS-Directories: / X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: aa3c16d67e97e0cf970c96b534e29b49240184f3 Date: Tue, 1 Mar 2011 20:55:24 +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: 891b7d89bd5eaeb81db5d7341b630d17 commit: aa3c16d67e97e0cf970c96b534e29b49240184f3 Author: Arfrever Frehtes Taifersar Arahesis Gentoo Org> AuthorDate: Sat Feb 26 20:15:50 2011 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Mar 1 20:52:38 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/portage.git;a= =3Dcommit;h=3Daa3c16d6 Run tests with Python 3.3. --- runtests.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/runtests.sh b/runtests.sh index dc3343f..6c00ce5 100755 --- a/runtests.sh +++ b/runtests.sh @@ -1,6 +1,6 @@ #!/bin/bash =20 -PYTHON_VERSIONS=3D"2.6 2.7 3.1 3.2" +PYTHON_VERSIONS=3D"2.6 2.7 3.1 3.2 3.3" =20 case "${NOCOLOR:-false}" in yes|true)