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

Unified Diff: frog/frog.py

Issue 8523024: Adding frogium: a frog-chromium architecture that runs tests in chromium that (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge with latest changes Created 9 years, 1 month 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
Index: frog/frog.py
diff --git a/frog/frog.py b/frog/frog.py
index 8cb65c6213b0c3035cd857053edc1a273989cbec..28510fe591d9da9becc2b1314004350e677e2c06 100755
--- a/frog/frog.py
+++ b/frog/frog.py
@@ -198,7 +198,7 @@ def compileAndRun(options, args, dart):
compiler_cmd = [dart]
if options.vm_flags:
compiler_cmd.extend(options.vm_flags.split(' '))
- compiler_cmd.append('frogc.dart');
+ compiler_cmd.append(join(HOME, 'frogc.dart'))
compiler_cmd.extend(args)
exit_code = execute(compiler_cmd)
if exit_code:
« no previous file with comments | « compiler/tests/dartc/dartc.status ('k') | frog/frogsh » ('j') | tools/testing/architecture.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698