clickhouse-test: use basename of the test for *.sh tests

This commit is contained in:
Azat Khuzhin 2021-12-10 21:45:29 +03:00
parent bef0cd259d
commit 2045a4f245

View File

@ -564,7 +564,7 @@ class TestCase:
database = args.testcase_database
# This is for .sh tests
os.environ["CLICKHOUSE_LOG_COMMENT"] = self.case_file
os.environ["CLICKHOUSE_LOG_COMMENT"] = args.testcase_basename
params = {
'client': client + ' --database=' + database,