Index: tools/run-tests.py |
diff --git a/tools/run-tests.py b/tools/run-tests.py |
index 3186b0b2fc08b13595681f6003a2bff6bd2ef0d8..274bb18ac62227573d98ab705eaacb805705cd36 100755 |
--- a/tools/run-tests.py |
+++ b/tools/run-tests.py |
@@ -343,6 +343,8 @@ def ProcessOptions(options): |
# Buildbots run presubmit tests as a separate step. |
options.no_presubmit = True |
options.no_network = True |
+ if options.download_data_only: |
+ options.no_presubmit = True |
if options.command_prefix: |
print("Specifying --command-prefix disables network distribution, " |
"running tests locally.") |