Fixed #23686 -- Tweak color output of the system check framework.

Thanks Tim Graham for the review.
This commit is contained in:
Loic Bistuer 2014-10-20 18:10:53 +07:00
parent e55fc60f81
commit bdb4118b1a
2 changed files with 33 additions and 16 deletions

View file

@ -1162,7 +1162,7 @@ class ManageCheck(AdminScriptTestCase):
args = ['check']
out, err = self.run_manage(args)
expected_err = (
"CommandError: System check identified some issues:\n"
"SystemCheckError: System check identified some issues:\n"
"\n"
"ERRORS:\n"
"?: An error\n"