summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-24 16:29:34 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-24 16:29:34 +0000
commit49b8b891f8c897225d20d43afb7ab1a7df977fae (patch)
tree06c6f5be88f5b1b7e2011d450f36f756892055c3 /tools
parentdc85c4bdc060a25de503ef9b6ca5204da1183467 (diff)
downloadchromium_src-49b8b891f8c897225d20d43afb7ab1a7df977fae.zip
chromium_src-49b8b891f8c897225d20d43afb7ab1a7df977fae.tar.gz
chromium_src-49b8b891f8c897225d20d43afb7ab1a7df977fae.tar.bz2
Add a INFO string with a tip how to find Valgrind error reports in big log files
TBR=thestig,glider Review URL: http://codereview.chromium.org/2834070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53595 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rwxr-xr-xtools/valgrind/valgrind_test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/valgrind/valgrind_test.py b/tools/valgrind/valgrind_test.py
index eb93b85..b63ca892 100755
--- a/tools/valgrind/valgrind_test.py
+++ b/tools/valgrind/valgrind_test.py
@@ -170,6 +170,7 @@ class BaseTool(object):
if analyze_retcode:
logging.error("Analyze failed.")
+ logging.info("Search the log for '[ERROR]' to see the error reports.")
return analyze_retcode
if exec_retcode: