diff options
author | Zach Koopmans <zkoopmans@google.com> | 2020-01-15 14:24:55 -0800 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-01-15 14:26:15 -0800 |
commit | 7b7ce29af326ccd247ee5225e9b5b55a9d0330ce (patch) | |
tree | 357e7e644a1462f6206d545e07ae5ad188ed9bc5 /benchmarks/runner/runner_test.py | |
parent | 2ebd21478e25fd545c34b0e0102a09451bb21ea6 (diff) |
Update commandline and get local runs working.
PiperOrigin-RevId: 289937063
Diffstat (limited to 'benchmarks/runner/runner_test.py')
-rw-r--r-- | benchmarks/runner/runner_test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/runner/runner_test.py b/benchmarks/runner/runner_test.py index 5719c2838..7818d631a 100644 --- a/benchmarks/runner/runner_test.py +++ b/benchmarks/runner/runner_test.py @@ -49,7 +49,7 @@ def test_list(): def test_run(): cli_runner = testing.CliRunner() - result = cli_runner.invoke(runner.runner, ["run", "--mock", "."]) + result = cli_runner.invoke(runner.runner, ["run-mock", "."]) print(result.output) assert result.exit_code == 0 |