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

Unified Diff: tools/testing/drt-trampoline.py

Issue 11368128: Take 2 of splitting html tests into subtests. Had to make two changes to drt to (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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: tools/testing/drt-trampoline.py
===================================================================
--- tools/testing/drt-trampoline.py (revision 14667)
+++ tools/testing/drt-trampoline.py (working copy)
@@ -41,7 +41,7 @@
raise Exception(
'Bad file expectation (%s), ' % out_expected_file
+ 'please specify either a .txt or a .png file')
- elif arg.endswith('.html'):
+ elif '.html' in arg:
test_file = arg
else:
cmd.append(arg)

Powered by Google App Engine
This is Rietveld 408576698