diff --git a/tests/git_cl_test.py b/tests/git_cl_test.py index 7b20a245c..1876087de 100755 --- a/tests/git_cl_test.py +++ b/tests/git_cl_test.py @@ -611,16 +611,13 @@ class TestGitCl(TestCase): raise # Sadly, has_failed() returns True if this OR any other tests before this # one have failed. - git_cl.logging.exception( - '\nIF YOU SEE THIS, READ BELOW, IT WILL SAVE YOUR TIME!\n' + git_cl.logging.error( + '!!!!!! IF YOU SEE THIS, READ BELOW, IT WILL SAVE YOUR TIME !!!!!\n' 'There are un-consumed self.calls after this test has finished.\n' 'If you don\'t know which test this is, run:\n' ' tests/git_cl_tests.py -v\n' - '\n' - 'If you are already running just this single test, then **first** ' - 'fix the problem whose exception is emitted below by unittest ' - 'runner.\n' - '\n' + 'If you are already running only this test, then **first** fix the ' + 'problem whose exception is emitted below by unittest runner.\n' 'Else, to be sure what\'s going on, run this test **alone** with \n' ' tests/git_cl_tests.py TestGitCl.\n' 'and follow instructions above.\n' +