2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Comment typo correction.

[SVN r78879]
This commit is contained in:
Jurko Gospodnetić
2012-06-11 01:47:08 +00:00
parent d11b4fdde1
commit 5ac2b08afd

View File

@@ -35,7 +35,7 @@ def run_tests(critical_tests, other_tests):
Writes the name of the first failed test to test_results.txt. Critical
tests are run in the specified order, other tests are run starting with the
one that failed first on the last test time.
one that failed first on the last test run.
"""
last_failed = last_failed_test()