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

Unified Diff: samples/swarm/htmlconverter_test.py

Issue 9977011: get rid of dependency on htmlconverter for everything but swarm. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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
« samples/dartcombat/README ('K') | « samples/swarm/htmlconverter.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/swarm/htmlconverter_test.py
===================================================================
--- samples/swarm/htmlconverter_test.py (revision 6010)
+++ samples/swarm/htmlconverter_test.py (working copy)
@@ -342,7 +342,7 @@
# run the htmlconverter.py script on it
printLine("... converting input html [%d]" % (test + 1))
- cmd = [sys.executable, 'tools/htmlconverter.py', inputfile,
+ cmd = [sys.executable, './htmlconverter.py', inputfile,
'-o', 'out/', '-t', target]
if verbose: cmd.append('--verbose')
status, out, err = execute(cmd, verbose)
@@ -386,7 +386,6 @@
def main():
- os.chdir(CLIENT_PATH)
parser = Flags()
options, args = parser.parse_args()
verbose = options.verbose
« samples/dartcombat/README ('K') | « samples/swarm/htmlconverter.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698