Skip to content

Commit 1a699f5

Browse files
committed
defining variables in both branches of if/else
1 parent aaaaa76 commit 1a699f5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/gha/integration_testing/test_validation.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ def validate_results_cpp(log_text):
9292
skips = re.search(r"\[ SKIPPED \] (?P<count>[0-9]+) test", result_summary)
9393
else:
9494
result_summary = _tail(log_text, 15)
95+
passes = None
96+
fails = None
97+
skips = None
9598

9699
return TestResults(
97100
complete=complete,

0 commit comments

Comments
 (0)