mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Removed misleading message [#CLICKHOUSE-2]
This commit is contained in:
parent
bec5a85030
commit
e0dc0ccaff
@ -125,7 +125,7 @@ def main(args):
|
||||
failures = 0
|
||||
failures_chain = 0
|
||||
if 'stateful' in suite and not is_data_present():
|
||||
print("Won't run stateful tests because test data wasn't loaded. See README.txt.")
|
||||
print("Won't run stateful tests because test data wasn't loaded.")
|
||||
continue
|
||||
|
||||
# Reverse sort order: we want run newest test first.
|
||||
|
Loading…
Reference in New Issue
Block a user