| 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])
|
|
|