From be1f6fd649c70d4077166890443005292575d902 Mon Sep 17 00:00:00 2001 From: noah Date: Thu, 8 May 2003 04:07:11 +0000 Subject: Changed OS X server menu letter. git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@199 656d521f-e311-0410-88e0-e7920216d269 --- pexpect/tools/testsweep.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pexpect/tools/testsweep.py b/pexpect/tools/testsweep.py index 1e7bf6c..bf30cac 100755 --- a/pexpect/tools/testsweep.py +++ b/pexpect/tools/testsweep.py @@ -40,8 +40,8 @@ def test_platform (platform_menu, platform_python_path): PASSWORD = getpass.getpass('password: ') results = [] -result = test_platform ('H', 'python tools/testall.py') -results.append (('H', '[PPC - G4] MacOS X 10.1 SERVER Edition', result)) +result = test_platform ('I', 'python tools/testall.py') +results.append (('I', '[PPC - G4] MacOS X 10.1 SERVER Edition', result)) result = test_platform ('L', 'python tools/testall.py') results.append (('L', '[Sparc - Ultra60] Linux 2.4 (Debian 3.0)', result)) result = test_platform ('B', 'python2 tools/testall.py') -- cgit v1.2.1