mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix
This commit is contained in:
parent
fb42dec355
commit
0937127ea4
@ -124,7 +124,7 @@ if __name__ == "__main__":
|
||||
result_path = os.environ.get("CLICKHOUSE_TESTS_RESULT_PATH", None)
|
||||
if result_path is not None:
|
||||
move_from = os.path.join(args.clickhouse_root, 'tests/testflows')
|
||||
status = os.path.join(move_from, 'check_status')
|
||||
status = os.path.join(move_from, 'check_status.tsv')
|
||||
results = os.path.join(move_from, 'test_results.tsv')
|
||||
subprocess.call("mv {} {}".format(status, result_path), shell=True)
|
||||
subprocess.call("mv {} {}".format(results, result_path), shell=True)
|
||||
|
Loading…
Reference in New Issue
Block a user