[pypy-commit] pypy default: codespeak.net is down, so point the test at pypy.org.

arigo noreply at buildbot.pypy.org
Thu Aug 23 19:09:39 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r56826:b378160d25a1
Date: 2012-08-23 19:09 +0200
http://bitbucket.org/pypy/pypy/changeset/b378160d25a1/

Log:	codespeak.net is down, so point the test at pypy.org.

diff --git a/pypy/translator/sandbox/test/test_sandlib.py b/pypy/translator/sandbox/test/test_sandlib.py
--- a/pypy/translator/sandbox/test/test_sandlib.py
+++ b/pypy/translator/sandbox/test/test_sandlib.py
@@ -106,7 +106,7 @@
             pass
     
     def entry_point(argv):
-        fd = os.open("tcp://codespeak.net:80", os.O_RDONLY, 0777)
+        fd = os.open("tcp://pypy.org:80", os.O_RDONLY, 0777)
         os.write(fd, 'GET /\n')
         print os.read(fd, 30)
         return 0


More information about the pypy-commit mailing list