diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/py/test_repo.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/py/test_repo.py b/test/py/test_repo.py index ec04e6d..e500b9f 100644 --- a/test/py/test_repo.py +++ b/test/py/test_repo.py @@ -40,7 +40,7 @@ def client_runner_process(log_queue, client, runs_per_process, repo): with configure_logging_in_child(log_queue): logging.info('Executing %s clients', runs_per_process) for i in range(runs_per_process): - client.run('run', repo.path, 'HEAD') + client.run('queue-run', repo.path, 'HEAD') def _test_repo_internal(env, repo, numof_processes, runs_per_process): |