diff options
-rwxr-xr-x | tools/valgrind/valgrind_test.py | 1 |
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: |