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

Unified Diff: mojo/tools/apptest_runner.py

Issue 1057603003: Simplify mojo_shell since it's now only used for Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update scripts Created 5 years, 8 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 | « mojo/tools/android_mojo_shell.py ('k') | mojo/tools/gtest.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/tools/apptest_runner.py
diff --git a/mojo/tools/apptest_runner.py b/mojo/tools/apptest_runner.py
index 901babfaa7452f3505b2cccb1131449d35b28db6..9ef7b7aad4ea457cbbe968ac23961412da5a4349 100755
--- a/mojo/tools/apptest_runner.py
+++ b/mojo/tools/apptest_runner.py
@@ -59,8 +59,7 @@ def main():
apptest_result = "Succeeded"
for fixture in fixtures:
- args_for_apptest = " ".join(["--args-for=" + apptest,
- "--gtest_filter=" + fixture] + apptest_args)
+ args_for_apptest = " ".join(["--gtest_filter=" + fixture] + apptest_args)
success = RunApptestInShell(mojo_shell_path, apptest,
shell_args + [args_for_apptest])
« no previous file with comments | « mojo/tools/android_mojo_shell.py ('k') | mojo/tools/gtest.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698