From 76e043e95579fd06a405d5fc73dd5983cca90f88 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 12 Nov 2023 00:41:15 +0100 Subject: refactoring --- test/py/test_repo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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): -- cgit v1.2.3