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

Unified Diff: tools/gypv8sh.py

Issue 292313004: Port aria_util_test.js to run as a WebUI test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 7 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 | « chrome/test/base/web_ui_browsertest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gypv8sh.py
diff --git a/tools/gypv8sh.py b/tools/gypv8sh.py
index 7141f06eb9477b5a40afd51fe9153e8d563f37f1..5c93e51bf717d579f8390a690c4d7b6fde10f296 100755
--- a/tools/gypv8sh.py
+++ b/tools/gypv8sh.py
@@ -49,6 +49,8 @@ def main ():
shutil.copyfile(inputfile, jsoutfile)
except Exception, ex:
if os.path.exists(cxxoutfile):
+ # The contents of the output file will include the error message.
+ print open(cxxoutfile).read()
os.remove(cxxoutfile)
if os.path.exists(jsoutfile):
os.remove(jsoutfile)
« no previous file with comments | « chrome/test/base/web_ui_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698