projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a8be8f2
)
Run tests with Python 3.3.
author
Arfrever Frehtes Taifersar Arahesis
<Arfrever@Gentoo.Org>
Sat, 26 Feb 2011 20:15:50 +0000
(21:15 +0100)
committer
Zac Medico
<zmedico@gentoo.org>
Tue, 1 Mar 2011 20:52:38 +0000
(12:52 -0800)
runtests.sh
patch
|
blob
|
history
diff --git
a/runtests.sh
b/runtests.sh
index dc3343fe9b7ec1d00a8630f30bcc0e2831575f45..6c00ce530ef5e3f722ad11044f2334ab7259174e 100755
(executable)
--- a/
runtests.sh
+++ b/
runtests.sh
@@
-1,6
+1,6
@@
#!/bin/bash
-PYTHON_VERSIONS="2.6 2.7 3.1 3.2"
+PYTHON_VERSIONS="2.6 2.7 3.1 3.2
3.3
"
case "${NOCOLOR:-false}" in
yes|true)