mirror of
https://github.com/dragonpilot/dragonpilot.git
synced 2026-06-21 05:52:06 +08:00
process replay: fix string failures after #25127
This commit is contained in:
@@ -217,7 +217,7 @@ 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)):
|
||||
if isinstance(result, list):
|
||||
if not args.upload_only:
|
||||
results[segment][proc + subtest_name] = result
|
||||
|
||||
diff1, diff2, failed = format_diff(results, ref_commit)
|
||||
|
||||
Reference in New Issue
Block a user