summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2003-05-08 04:07:11 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2003-05-08 04:07:11 +0000
commitbe1f6fd649c70d4077166890443005292575d902 (patch)
tree4441a8296b6b46d9dd3790b6d9a1560e1b3a8b92
parentbb79ca8a6e81d069da251a06de07ee00611463a0 (diff)
downloadpexpect-be1f6fd649c70d4077166890443005292575d902.tar.gz
Changed OS X server menu letter.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@199 656d521f-e311-0410-88e0-e7920216d269
-rwxr-xr-xpexpect/tools/testsweep.py4
1 files 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')