Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage:2.1.9 commit in: /
Date: Tue, 01 Mar 2011 21:04:23
Message-Id: aa3c16d67e97e0cf970c96b534e29b49240184f3.zmedico@gentoo
1 commit: aa3c16d67e97e0cf970c96b534e29b49240184f3
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Gentoo <DOT> Org>
3 AuthorDate: Sat Feb 26 20:15:50 2011 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 20:52:38 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/portage.git;a=commit;h=aa3c16d6
7
8 Run tests with Python 3.3.
9
10 ---
11 runtests.sh | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/runtests.sh b/runtests.sh
15 index dc3343f..6c00ce5 100755
16 --- a/runtests.sh
17 +++ b/runtests.sh
18 @@ -1,6 +1,6 @@
19 #!/bin/bash
20
21 -PYTHON_VERSIONS="2.6 2.7 3.1 3.2"
22 +PYTHON_VERSIONS="2.6 2.7 3.1 3.2 3.3"
23
24 case "${NOCOLOR:-false}" in
25 yes|true)