Rollup merge of #112915 - preveen-stack:patch-1, r=Mark-Simulacrum

Update runtests.py : grammar correction

- Grammatically corrected the sentence
This commit is contained in:
Guillaume Gomez 2023-06-24 20:26:45 +02:00 committed by GitHub
commit 530516f81c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ def write_errors():
if not have_seen_error:
have_seen_error = True
msg("Something is broken:", *args)
msg("Future errors logged to errors.txt")
msg("Future errors will be logged to errors.txt")
exit_status = 101