Removed misleading message [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-08-08 06:03:26 +03:00
parent bec5a85030
commit e0dc0ccaff

View File

@ -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.