Update runtests.py : grammar correction

This commit is contained in:
Preveen P 2023-06-22 09:59:31 +05:30 committed by GitHub
parent f272fc3a86
commit e5e480504f
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