Update of /cvsroot/ctypes/ctypes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10650
Modified Files:
test-cf.py
Log Message:
Try all machines on the SF compile farm (they are down too often).
Index: test-cf.py
===================================================================
RCS file: /cvsroot/ctypes/ctypes/test-cf.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test-cf.py 9 Mar 2006 12:57:31 -0000 1.4
--- test-cf.py 10 Mar 2006 19:04:57 -0000 1.5
***************
*** 23,29 ****
("amd64-linux1", "/usr/bin/python -u"),
!
! # Same platform as the previous one:
! ## ("amd64-linux2", "/usr/bin/python -u"),
# Host key verification failed
--- 23,27 ----
("amd64-linux1", "/usr/bin/python -u"),
! ("amd64-linux2", "/usr/bin/python -u"),
# Host key verification failed
***************
*** 37,44 ****
# Not python 2.3 or newer, so use my own build of Python 2.4.2:
! ("sparc-solaris1",
! # "/usr/local/bin/python -u"
"env PATH=/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin ~/sparc/bin/python2.4 -u"),
- ## ("sparc-solaris2", "/usr/local/bin/python -u"),
("openpower-linux1", "python -u")]
--- 35,42 ----
# Not python 2.3 or newer, so use my own build of Python 2.4.2:
! ("sparc-solaris1", # "/usr/local/bin/python -u"
! "env PATH=/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin ~/sparc/bin/python2.4 -u"),
! ("sparc-solaris2", # "/usr/local/bin/python -u"
"env PATH=/usr/bin:/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin ~/sparc/bin/python2.4 -u"),
("openpower-linux1", "python -u")]
|