Skip to content

Commit

Permalink
Apply PR code review suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
rzsc committed May 13, 2024
1 parent 660e59f commit 5a6b372
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/tests/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -1411,8 +1411,7 @@ def create_repro(args, env, tests):
for test in failed_tests:
if test["is_merged"]:
print("Skipping repro for merged test: %s (%s)" % (test["name"], test["assembly_display_name"]))
continue
if test["test_path"] is None:
elif test["test_path"] is None:
print("Failed to create repro for test: %s (%s)" % (test["name"], test["assembly_display_name"]))
else:
debug_env = DebugEnv(args, env, test)
Expand Down

0 comments on commit 5a6b372

Please sign in to comment.