Revision: 12631 Author: [email protected] Date: Fri Sep 28 07:56:58 2012 Log: test runner: fix "test-server.py setup"
Review URL: https://codereview.chromium.org/10990109 http://code.google.com/p/v8/source/detail?r=12631 Modified: /branches/bleeding_edge/tools/test-server.py ======================================= --- /branches/bleeding_edge/tools/test-server.py Mon Sep 24 02:38:46 2012 +++ /branches/bleeding_edge/tools/test-server.py Fri Sep 28 07:56:58 2012 @@ -84,8 +84,6 @@ if apt_get_code == 0: print("Installing pip...") _Cmd("sudo apt-get install python-pip") - print("Updating pip using itself...") - _Cmd("sudo pip install --upgrade pip") else: print("Please install pip on your machine. You can get it at: " "http://www.pip-installer.org/en/latest/installing.html " @@ -122,7 +120,7 @@ # Update this very script. path = ("http://v8.googlecode.com/svn/branches/bleeding_edge/" - "tools/server.py") + "tools/test-server.py") scriptname = os.path.abspath(sys.argv[0]) _Cmd("svn cat %s > %s" % (path, scriptname)) -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
