summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2003-05-08 04:10:54 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2003-05-08 04:10:54 +0000
commit469a4e0aefd18bfbf572cafdc1954a9687c3d525 (patch)
treec59f842be83383c6ba5801842ecc99eae19d0ecd
parentbe1f6fd649c70d4077166890443005292575d902 (diff)
downloadpexpect-469a4e0aefd18bfbf572cafdc1954a9687c3d525.tar.gz
Fixed python binary path for Solaris.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@200 656d521f-e311-0410-88e0-e7920216d269
-rwxr-xr-xpexpect/tools/testsweep.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pexpect/tools/testsweep.py b/pexpect/tools/testsweep.py
index bf30cac..845bf3c 100755
--- a/pexpect/tools/testsweep.py
+++ b/pexpect/tools/testsweep.py
@@ -46,7 +46,7 @@ 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')
results.append (('B', '[x86] Linux 2.4 (Redhat 7.3)', result))
-result = test_platform ('M', '../Python-2.2.1/python tools/testall.py')
+result = test_platform ('M', '../Python-2.3b1/python tools/testall.py')
results.append (('M', '[Sparc - R220] Sun Solaris (8) #1', result))
result = test_platform ('G', 'python tools/testall.py')
results.append (('G', '[Alpha] Linux 2.2 (Debian 3.0)', result))