mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 16:42:05 +00:00
fix
This commit is contained in:
parent
daa32561c9
commit
8df6911a83
@ -272,7 +272,7 @@ def main():
|
||||
else:
|
||||
logging.info("Run failed")
|
||||
|
||||
results = process_results(reports_path)
|
||||
results = process_results(result_path)
|
||||
|
||||
success = results[1] == 0 and results[2] == 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user