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 |