We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82599ab commit fe4451cCopy full SHA for fe4451c
cobalt/testing/browser_tests/tools/run_tests.template.py
@@ -134,10 +134,7 @@ def main():
134
if is_android:
135
logging.info("Executing Android test runner for '%s': %s", target_name,
136
test_runner)
137
- cmd = [vpython_path, test_runner]
138
- if "--runtime-deps-path" not in runner_args:
139
- cmd.extend(["--runtime-deps-path", deps_path])
140
- cmd.extend(runner_args)
+ cmd = [vpython_path, test_runner] + runner_args
141
else:
142
logging.info(
143
"Executing Linux test runner for '%s' using xvfb.py and "
0 commit comments