Skip to content

Commit c402d4c

Browse files
committed
Revert "Update end_to_end_test_utilities.py"
This reverts commit ecf875d.
1 parent a364fb1 commit c402d4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/scripts/end_to_end_test_utilities.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ def validate_output(stdout: str, return_code: int, expected_improvement_pct: int
164164
return False
165165

166166
if config.expected_unit_tests is not None:
167-
unit_test_match = re.search(r"Discovered (\d+) existing unit tests?", stdout)
167+
unit_test_match = re.search(r"Discovered (\d+) existing unit test file", stdout)
168168
if not unit_test_match:
169169
logging.error("Could not find unit test count")
170170
return False

0 commit comments

Comments
 (0)