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

Unified Diff: dart/client/tools/buildbot_annotated_steps.py

Issue 10164004: Remove frogsh. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased Created 8 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 | « dart/client/tests/client/client.status ('k') | dart/compiler/tests/dartc/dartc.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/client/tools/buildbot_annotated_steps.py
diff --git a/dart/client/tools/buildbot_annotated_steps.py b/dart/client/tools/buildbot_annotated_steps.py
index 9c2748812473b0a086a08a8283f8b95e2faa07a9..21c44301ee6f7bc352ba5e138313674c6553dfa2 100644
--- a/dart/client/tools/buildbot_annotated_steps.py
+++ b/dart/client/tools/buildbot_annotated_steps.py
@@ -122,8 +122,6 @@ def ProcessFrog(name):
print 'ProcessFrog'
has_shell=False
if 'windows' in name:
- os.environ['PATH'] = (os.path.join('C:', 'Program Files (x86)', 'nodejs') +
- os.pathsep + os.environ['PATH'])
# In Windows we need to run in the shell, so that we have all the
# environment variables available.
has_shell=True
« no previous file with comments | « dart/client/tests/client/client.status ('k') | dart/compiler/tests/dartc/dartc.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698