mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
clickhouse-test: use basename of the test for *.sh tests
This commit is contained in:
parent
bef0cd259d
commit
2045a4f245
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user