diff --git a/tests/clickhouse-test b/tests/clickhouse-test index b1282ad5f412..d77c41fbf251 100755 --- a/tests/clickhouse-test +++ b/tests/clickhouse-test @@ -777,7 +777,7 @@ def main(args): print(colored("\nFound hung queries in processlist:", args, "red", attrs=["bold"])) print(processlist) else: - print(colored("Seems like server hung and cannot respond to queries", "red", attrs=["bold"])) + print(colored("Seems like server hung and cannot respond to queries", args, "red", attrs=["bold"])) clickhouse_tcp_port = os.getenv("CLICKHOUSE_PORT_TCP", '9000') server_pid = get_server_pid(clickhouse_tcp_port)