summaryrefslogtreecommitdiffstats
path: root/tools/purify
diff options
context:
space:
mode:
Diffstat (limited to 'tools/purify')
-rw-r--r--tools/purify/chrome_tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/purify/chrome_tests.py b/tools/purify/chrome_tests.py
index a9ce16c..a77e888 100644
--- a/tools/purify/chrome_tests.py
+++ b/tools/purify/chrome_tests.py
@@ -139,6 +139,7 @@ class ChromeTests:
filters = []
filename = os.path.join(self._data_dir, name + ".gtest.txt")
if os.path.exists(filename):
+ logging.info("using gtest filter from %s" % filename)
f = open(filename, 'r')
for line in f.readlines():
if line.startswith("#") or line.startswith("//") or line.isspace():