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

Unified Diff: runtime/tools/create_snapshot_file.py

Issue 8588040: Add a mid-sized integration test for the Dart Embedding Api which (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' 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: runtime/tools/create_snapshot_file.py
===================================================================
--- runtime/tools/create_snapshot_file.py (revision 1762)
+++ runtime/tools/create_snapshot_file.py (working copy)
@@ -122,6 +122,7 @@
if (pipe.returncode != 0):
print out, error
print "Snapshot generation failed"
+ print "(Command was: '", ' '.join(command), "')"
return -1
if not makeFile(options.output, options.input_cc, options.output_bin):

Powered by Google App Engine
This is Rietveld 408576698