mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-07-05 13:32:05 +08:00
Replay: Fix --upload-only (#25127)
Add checking for list back old-commit-hash: f0b5ff5c1addff7932fe86a2874a23d87b5eb5f3
This commit is contained in:
@@ -217,7 +217,8 @@ if __name__ == "__main__":
|
||||
results: Any = defaultdict(dict)
|
||||
p2 = pool.map(run_test_process, pool_args)
|
||||
for (segment, proc, subtest_name, result) in tqdm(p2, desc="Running Tests", total=len(pool_args)):
|
||||
results[segment][proc + subtest_name] = result
|
||||
if isinstance(result, list):
|
||||
results[segment][proc + subtest_name] = result
|
||||
|
||||
diff1, diff2, failed = format_diff(results, ref_commit)
|
||||
if not upload:
|
||||
|
||||
Reference in New Issue
Block a user