From 5ac2b08afd301b66d99e69c4f4bbecf3458a38bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jurko=20Gospodneti=C4=87?= Date: Mon, 11 Jun 2012 01:47:08 +0000 Subject: [PATCH] Comment typo correction. [SVN r78879] --- v2/test/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/test/test_all.py b/v2/test/test_all.py index 5e35516ee..496b7889d 100644 --- a/v2/test/test_all.py +++ b/v2/test/test_all.py @@ -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()