Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Unified Diff: tools/test-server.py

Issue 14404012: Change deprecated comments that still talk about SCons. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Addressed comments by Jakob Kummerow. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/js2c.py ('k') | tools/utils.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/test-server.py
diff --git a/tools/test-server.py b/tools/test-server.py
index df547ed94d533f90e5efe80dd212f9eb3e6e0245..ab927de75f4e1e7a252580a9f762e6aad7d4ea38 100755
--- a/tools/test-server.py
+++ b/tools/test-server.py
@@ -124,15 +124,6 @@ def Update():
scriptname = os.path.abspath(sys.argv[0])
_Cmd("svn cat %s > %s" % (path, scriptname))
- # The testcfg.py files currently need to be able to import the old test.py
- # script, so we temporarily need to make that available.
- # TODO(jkummerow): Remove this when removing test.py.
- for filename in ("test.py", "utils.py"):
- url = ("http://v8.googlecode.com/svn/branches/bleeding_edge/"
- "tools/%s" % filename)
- filepath = os.path.join(os.path.dirname(scriptname), filename)
- _Cmd("svn cat %s > %s" % (url, filepath))
-
# Check out or update V8.
v8_dir = os.path.join(ROOT, "v8")
if os.path.exists(v8_dir):
« no previous file with comments | « tools/js2c.py ('k') | tools/utils.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698