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

Unified Diff: mojo/devtools/common/mojo_test

Issue 1276073004: Offline By Default (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 3 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
Index: mojo/devtools/common/mojo_test
diff --git a/mojo/devtools/common/mojo_test b/mojo/devtools/common/mojo_test
index 45cdb0d390e622c55d85333354e8f1c8f37990e0..f41a5114006b5dd1300bb1ca6d8a44162e1c8d4f 100755
--- a/mojo/devtools/common/mojo_test
+++ b/mojo/devtools/common/mojo_test
@@ -66,6 +66,8 @@ def main():
# We need root to have the stdout of the shell available on the host.
config.require_root = True
shell, common_shell_args = shell_arguments.get_shell(config, shell_args)
+ # Tests must be reproducible. Start with an empty cache.
+ common_shell_args.append("--args-for=mojo:url_response_disk_cache --clear")
ppi 2015/09/15 15:21:22 good idea! Would you mind extracting the url into
qsr 2015/09/16 11:46:37 Done.
except shell_config.ShellConfigurationException as e:
print e
return 1

Powered by Google App Engine
This is Rietveld 408576698