mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
upd
This commit is contained in:
parent
5dd231ede1
commit
c3788c2fa1
@ -74,7 +74,7 @@ def process_all_results(
|
||||
if test_results is not None:
|
||||
all_results.extend(test_results)
|
||||
|
||||
return any_ok, all_results, error
|
||||
return any_ok and error is None, all_results, error
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
Reference in New Issue
Block a user