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

Unified Diff: tools/run_pub.py

Issue 854893003: Use 'windows' and not 'win32' as the path for the dart testing binary (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run_pub.py
diff --git a/tools/run_pub.py b/tools/run_pub.py
index 8532b18f5cd301b017e5955e94053250a27d7ca6..b0c60ed841b96fc30720ff386714b0849bcd7c5e 100755
--- a/tools/run_pub.py
+++ b/tools/run_pub.py
@@ -29,7 +29,7 @@ def ProcessOptions(options, args):
(options.dart_executable != None))
def GetPrebuiltDartExecutablePath():
- osdict = {'Darwin':'macos', 'Linux':'linux', 'Windows':'win32'}
+ osdict = {'Darwin':'macos', 'Linux':'linux', 'Windows':'windows'}
system = platform.system()
executable_name = 'dart'
if system == 'Windows':
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698