Signed-off-by: JaySon-Huang <tshent@qq.com>
This commit is contained in:
JaySon-Huang 2022-01-08 02:44:06 +08:00
parent f01776d0af
commit d71a31ba4b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ from tempfile import NamedTemporaryFile
import pytest
def run_command_in_container(cmd, *args):
# /clickhouse is mounted by interation tests runner
# /clickhouse is mounted by integration tests runner
alternative_binary = os.getenv('CLICKHOUSE_BINARY', '/clickhouse')
if alternative_binary:
args += (

View File

@ -12,7 +12,7 @@ CPU_ID = 4
def run_command_in_container(cmd, *args):
# /clickhouse is mounted by interation tests runner
# /clickhouse is mounted by integration tests runner
alternative_binary = os.getenv('CLICKHOUSE_BINARY', '/clickhouse')
if alternative_binary:
args+=(