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

Unified Diff: build/android/test_runner.py

Issue 1848033005: Revert of 🍬 GN: Make breakpad_unittests & sandbox_linux_unittests use test() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@test-minor-renames
Patch Set: Created 4 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
« no previous file with comments | « build/android/pylib/gtest/gtest_test_instance.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/test_runner.py
diff --git a/build/android/test_runner.py b/build/android/test_runner.py
index 6423ad64e29c09eb7211b6e8cee344dd934f29fd..e55f8c0cdb3651aac177fe9f21a0c2bcd9477993 100755
--- a/build/android/test_runner.py
+++ b/build/android/test_runner.py
@@ -249,8 +249,6 @@
group.add_argument('-s', '--suite', dest='suite_name',
nargs='+', metavar='SUITE_NAME', required=True,
help='Executable name of the test suite to run.')
- group.add_argument('--executable-path',
- help='Path to executable for native (non-apk) tests.')
group.add_argument('--test-apk-incremental-install-script',
help='Path to install script for the test apk.')
group.add_argument('--gtest_also_run_disabled_tests',
« no previous file with comments | « build/android/pylib/gtest/gtest_test_instance.py ('k') | build/config/android/internal_rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698