mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Re-enable Python2.4 tests and fixed some small things broken under Python2.4
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
# Script to run nosetests under multiple versions of Python
|
||||
|
||||
versions="python2.4 python2.5 python2.6"
|
||||
versions="python2.5 python2.6"
|
||||
|
||||
for name in $versions
|
||||
do
|
||||
@@ -11,7 +10,7 @@ do
|
||||
if [[ -f $executable ]]; then
|
||||
echo "[ $name: Starting tests... ]"
|
||||
((runs += 1))
|
||||
if $executable /usr/bin/nosetests -v --with-doctest --stop
|
||||
if $executable /usr/bin/nosetests --with-doctest --stop
|
||||
then
|
||||
echo "[ $name: Tests OK ]"
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user